
BODY {
	font-size: 11px;
      	font-family: arial helvetica;
      	color: #000000;
      	background-color: #ffffff;
      	background-image: none;
      	background-position: center;
      	background-repeat: no-repeat;
      	background-attachment: fixed;
}

A:link {
	text-decoration: none;
	color: #006688;
}
A:active {
	  color: #0088AA;
}
A:visited {
	   text-decoration: none;
	   color: #004466;
}

	 
A:hover {
         text-decoration: underline;
         color: #0099FF;
}

