a:link { color: #336699; text-decoration: none; } /* link da visitare */ 
a:link { color: #336699; text-decoration: none; } /* link attivo */ 
a:visited { color: #336699; text-decoration: none; } /* link visitato */
a:hover { color: #01D6FF; text-decoration: line-through; background-color: white; } /* link al passaggio del mouse */
BODY { font-family: Verdana; font-size: 10px; color: #336699;
scrollbar-face-color: #01D6FF; /* riempimento */
scrollbar-highlight-color: white; /* contorni sinistra */
scrollbar-3dlight-color: white; /* contorno 3D */
scrollbar-darkshadow-color: white; /* contorni destra */
scrollbar-shadow-color: white; /* contorno ombra */
scrollbar-arrow-color: #01D6FF; /* freccette */
scrollbar-track-color: #01D6FF; /* background della scrollbar */
}
.head { font-family: Verdana; font-size: 10px; color: #336699; background-color: none; border: #01D6FF; border-style: solid; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 3px; border-left-width: 1px; }