/* CSS Document */

/* para barra de rolagem */
body {
scrollbar-face-color: #0075C4;
scrollbar-highlight-color: #0075C4;
scrollbar-shadow-color: #0075C4; 
scrollbar-3dlight-color: white;
scrollbar-arrow-color:  white; 
scrollbar-track-color:  white; 
scrollbar-darkshadow-color:  white; 
}

/* estilos gerais */

a{COLOR: #ffffff; text-decoration: none;}
a:hover{COLOR: #ffffff; text-decoration: underline; }
a:link{COLOR: #ffffff;}

.preto{COLOR: #333333; text-decoration: none;}
.preto:hover{COLOR: white; text-decoration: none; BACKGROUND-COLOR: #333333;}
.preto:link{COLOR: #333333;}


