@charset "UTF-8";
/* CSS Document */

#content {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#title {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}
#content a {
	color: #336699;
	text-decoration: none;
}
#content a:visited {
	color: #336699;
	text-decoration: none;
}
#content a:hover {
	color: #9B0257;
}
