<!--
body 
	{
	background-color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	}
a:link, a:visited 
	{
	color: blue;
	text-decoration: none;
	}

a:hover 
	{
	color: #000000;
	text-decoration: none;
	}
-->