
BODY {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 2px;
	font-size: 12px;
	text-align: left;
        color: #B0B0B0;
      }           

a:link {
	text-decoration:none;
	font-weight:bold;
	color: Blue;
}
a:hover {
	color:#002c99;
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #6495ED;
	}
	
