/* CSS Document */

body 
{
	background-color: #FFFF99;
}
body,td,th {
	color: black;
}

a:link {
		color: red;
		text-decoration: underline;
	}
	
a:visited {
		color: red;
		text-decoration: underline;
	}
	
a:hover, a:active {
		text-decoration: none;
	}