body, td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a:link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ffcc33;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

a:active {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #87020D;
	text-decoration: none;
}

.white_header {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.subheader {
	font-size: 22px;
	font-weight: bold;
}
