body {
	background-color: #000000;
	color: black;
	font-family: "trebuchet ms";
	font-weight:400;
	size:3;
}


a:link {color:#009933;text-decoration : none;}    /* unvisited link */
a:visited {color:#66cc00;text-decoration : none;} /* visited link */
a:hover {color:#006633;text-decoration : underline;}   /* mouse over link */
a:active {color:#009933;text-decoration : none;}  /* selected link */
