body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
  	font-style: normal;
  	line-height: 14px;
  	font-weight: normal;
  	font-variant: normal;
  	text-decoration: none;
	color:#000000;
	background-color:#000000 
}
A:hover{
	color: #FF0000;
}
A:visited, A:link, A:active {
   font-weight : bold;
   font-size : 12px;
   font-family : Helvetica, Arial, sans-serif;
   color : #3300FF;
   text-decoration : underline;
}
a.nav:hover{
	color: #FFFFFF; 
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase; 
	font-weight: bold
	text-decoration : underline;
}
a.nav:link, a.nav:visited{
 	color: #FFFFFF;
 	font-size: 20px;
 	line-height: 20px;
 	font-weight: bold;
 	text-decoration : underline;
}
A.nav:active{
	color: #FFFFFF; 
	text-transform: uppercase; 
	font-weight: bold
	font-size: 20px;
	line-height: 20px;
	text-decoration : underline;
}
