/* 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: white;}
a:hover{COLOR:white; text-decoration: none;}
a:visited{COLOR: white; }

.preto{COLOR: black; text-decoration: none;}
.preto:hover{COLOR: black; text-decoration: underline;}
.preto:visited{COLOR: black;}

