/* Estilo para habíaotravez.com */

/* Fondo y texto */
body {
background-color: rgb(94,191,224);
font-family: Times New Roman, serif;
font-weight: bold;
font-size: 12 pt, 13 pt }

/* Mouse over para los vínculos: */
A:link {color: #0F238C ; font-weight: bold ; text-decoration: none}
A:visited {color: #0F238C ; font-weight: bold ; text-decoration: none}
A:active {color: #0F238C}
A:hover {color: #000000 ; font-weight: bold ;
text-decoration: none ; background-color: rgb(111,202,232)}