BODY {
	background-color: black;
	color: black;
}

TABLE {
	background-color: #deb887;
	color: black;
}

A:link {
	color: blue;
	text-decoration: bold;
}
A:visited {
	color: blue;
	text-decoration: bold;
}
A:hover {
	color: #191970;
	text-decoration: bold;
}




