body {
	background-color: #EDA034;
	font-size: 15px;
	font-Family: Georgia, "Times New Roman", Times, serif;
}

table {
	font-size: 15px;
	font-Family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}
.fsmall {
	font-size: 80%;
}
.fhead {
	font-size: 150%;
	font-weight: bold;
}
.flarge {
	font-size: 110%;
	font-weight: bold;
}
