BODY {
        font-family:Helvetica;
	font-size: 10pt;

	text-decoration: none;
	margin-top: 0px;

	background: white;
}

A:LINK {
        font-family:Helvetica;
        font-size: 10pt;
        bgcolor:white;
        color:#000080;
        text-decoration:underline;
}

A:VISITED {
        font-family:Helvetica;
	font-size: 10pt;
/*
	blue
	color:#0000FF;
 */
	color:#8F0000;
/*
	teal
	color:#008080;
	color:black;
	color:#660000;
 */
	text-decoration:underline;
}


