a:link {
	color: #FFFFC9;
	text-decoration: none;
}
a:visited {
	color: #FFFFC3;
	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: #40503F; 
      color: #FFFFC9;
 }