body {
	background-color: #000000;
	color: black;
	font-family: verdana;
	font-weight:400;
	size:2;
}
a:link {color:#000066;text-decoration : none;}    /* unvisited link */
a:visited {color:#663399;text-decoration : none;} /* visited link */
a:hover {color:#3333cc;text-decoration : underline;}   /* mouse over link */
a:active {color:#000066;text-decoration : none;}  /* selected link */

