:link { color: rgb(15, 115, 8) }		/* enlaces no visitados: verde */
:visited { color: rgb(8, 11, 125) } /* enlaces visitados: azul marino */
:active { color: rgb(8, 11, 125) }	/* cuando se ha hecho clic en el enlace: azul marino */
:hover { color: rgb(255, 0, 0); font-family: Arial; text-decoration: none; }	/* cuando el ratón está sobre el enlace: rojo */
a { text-decoration: none }			/* enlaces sin subrayar */
body { font-family: Bookman Old Style, Century Schoolbook, Courier, sans-serif; } /* Fuentes en orden de prioridad*/
body {  
SCROLLBAR-BASE-COLOR: #000000;  
SCROLLBAR-FACE-COLOR: #BEC3CE;  
SCROLLBAR-HIGHLIGHT-COLOR: #C2C8DF;  
SCROLLBAR-SHADOW-COLOR: #BEC3CE;  
SCROLLBAR-3DLIGHT-COLOR: #000000;  
SCROLLBAR-ARROW-COLOR: #3333CC;  
SCROLLBAR-TRACK-COLOR: #9C9A9C;  
FONT-FAMILY: Arial;  
SCROLLBAR-DARKSHADOW-COLOR: #240000  
}  
 .cursorUno{cursor:url("images/dolly1.cur");}