a:link     
   { color: navy; 
     font-style: normal; 
	 font-weight: normal; 
	 font-size: xx-small; 
	 font-family: Verdana; 
	 text-decoration: none 
	}
a:hover     
    { color: black; 
	  font-style: normal; 
	  font-weight: bold; 
	  font-size: xx-small; 
	  font-family: verdana; 
	  text-decoration: none 
	 }
a:visited      
     { color: navy; 
	   font-style: normal; 
	   font-weight: normal; 
	   font-size: xx-small; 
	   font-family: verdana; 
	   text-decoration: none }
body         
     { color: #111; 
	   font-style: normal; 
	   font-weight: bold; 
	   font-size : xx-small; 
	   font-family: Verdana; 
	   text-decoration: none; 
	   background: no-repeat fixed right center; 
	   letter-spacing: 2pt 
	  }

.menufichacampo 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.menufichacampo:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.menufichacampo:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.menufichacampo:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990099;
}
