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

#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: none;
}
.main_header {
	font-weight: bold;
	font-size: 30px;
}
.sub_header {
	font-size: 24px;
}
.bigger {
	font-size: 22px;
}
#content a:link {
	color: #2A166F;
	text-decoration: none;
}
#content a:visited {
	color: #2A166F;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #2A166F;
	text-decoration: underline;
}
