body {
	background-color: #663333;
}


body, td, th {
	color: WHITE;
}

a:link {
color: WHITE;
text-decoration: underline;
}

a:visited {
color: WHITE;
}

a:hover {
text-decoration: none;
color: BLACK;
background-color: #CCCCCC;
}

a:active {
text-decoration: none;
}