body {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font: bold;
	background-color: Black;
	}
a:link {color: white};     /* unvisited link */
a:visited {color: white};  /* visited link */
a:hover {color: white};   /* mouse over link */
a:active {color: white}   /* selected link */
img
{
 border-color: black;
border-width: 0}
