body {
	background-color: rgb(203, 245, 233);
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #000000;
}