a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;

}
body {
	background-color: #40503F;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFC9;

}
 table {
	background-color: #FFFFE1;
	color: #40503f;
}

