body {
	background: #99B3F3;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0em;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	background: #7A8FC2;
	padding: 0em;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #EFE863;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 100%;
}
