body {
  font-family: Lucida Sans;
  bgcolor: #ffffff;  
  color: #2423B9;
  background-image: url(../img/fondo.jpg);
}
a:link {
 color: #0066cc;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
   color: #000053;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
		text-decoration: underline;
}

a:active {
	color: #cc0000;
	 font-weight: bold;
	 text-decoration: none;
}