h1 {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #28478b;
}
a:link {
	color: #9f0402;
	text-decoration: none;
}
a:visited {
	color: #01367a;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #01367a;
	text-decoration: none;
}
a:active {
	color: #01367a;
	text-decoration: none;
}
.afooter {
	color: #FFFFFF;
	text-decoration: none;
}
