body {
	background-color: black;
	margin-top: 10px;
	font-family:	Times New Roman;
font-style:	normal;
color:	white;
}
Table  {
background-color:	black;
font-size: medium;
border:	none;
width:	100%;
}

td {
	border: 0px none;
	text-align: center;;
}

a:link { 
	color: white;
	}
a:visited { 
	color: white;
	}
a:hover { 
	color: white;
	background-color: black;
	text-decoration: none;
	}
a:active { 
	color: white;
	}