body {
	font-family: Arial;
	font-size: 12px;
	font-color: #990000;
	
}

input.text { 
  font-family:Arial; 
  font-size:10px; 
  font-weight:bold; 
  background-color:#fef2dc;
  border-color:#532f11; 
  border-style:inset; 
  border-width:1px; 
  color:#532f11; 
} 

input.text2 { 
  font-family:Aria; 
  font-size:10px;  
  background-color:white;
  border-color:#532f11; 
  border-style:inset; 
  border-width:1px; 
  color:silver; 
} 

a.amagenta {
	font-family: Arial;
	font-size: 12px;
	color: #a3238e;
	}

a.amagenta:hover {
	font-family: Arial;
	font-size: 12px;
	color: white;
	}
	
	
a.asilver {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Silver;
	text-decoration: none;
	}

a.asilver:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #532f11;
	text-decoration: none;
	}

font.white {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	}
	
font.silver {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fef2dc;
	}

font.magenta {
	font-family: Arial;
	font-size: 12px;
	color: #a3238e;
	}
	
font.negro {
	font-family: Arial;
	font-size: 12px;
	color: #030000;
	}

