body { 
   margin: -1; 
   padding: 0; 
   font: 11px/1.5 Arial, Helvetica, sans-serif; 
   color: #000;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333399;
}

a:visited {
   font-weight : bold; 
   text-decoration : none;
   color: #339;
   
}

a:link {
   font-weight : bold; 
   text-decoration : none; 
   color: #339;
  
}

a:hover {
   color : #900;
   background-color : transparent;  
   
}

a:active {
   font-weight : bold; 
   text-decoration : none; 
   color: #039;
  
}.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
