/* Estilo para el documento */
BODY { font-family: Arial,verdana; font-size: 8pt }


/* Estilo para los vínculos */
A:link { color: blue; text-decoration: none }
A:active { color: blue; text-decoration: none }
A:visited { color: black; text-decoration: none }


/* Formularios */
textarea { border: 2px solid #000080; background-color: #66CCFF }
