html,td {
 font-size: 77%;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color:#333; 
 line-height: 17px;

}

body {
 background-color: #FFF;
 /*background: white url(imagenes/fondo2.gif);*/
 }

p {
 text-align:justify;
 }

ul {
 list-style-image: url(flecha2.gif);
 vertical-align: bottom;
 }

 /* comentarios */

A:link {
 color: #921415; 
 font-weight: bold; 
 text-decoration: underline;
}

A:visited {
 color: #921415; 
 font-weight: bold; 
 text-decoration: underline;
}

A:active {
 COLOR: #999; 
 font-weight: bold; 
 text-decoration: underline;
 }

A:hover {
 color: #999; 
 font-weight: bold; 
 text-decoration: underline;
 }

