body {
	background-color: #78B8D4;
}
table {
	background-color: #FFFFFF;
}
td {
	background-color: #E9EEF5;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
