body {
	background-color: #ffffff;
	color: black;
	font-family: "helvetica";
	font-weight:400;
	size:3;
}
a:link {color:#003399;text-decoration : none;}    /* unvisited link */
a:visited {color:#3366cc;text-decoration : none;} /* visited link */
a:hover {color:#009933;text-decoration : underline;}   /* mouse over link */
a:active {color:#333399;text-decoration : none;}  /* selected link */