/* CSS Document */

/* para barra de rolagem */
body {
scrollbar-face-color: #D0DDE1;
scrollbar-highlight-color: #D0DDE1;
scrollbar-shadow-color: #D0DDE1; 
scrollbar-3dlight-color: white;
scrollbar-arrow-color:  white; 
scrollbar-track-color:  white; 
scrollbar-darkshadow-color:  white; 
}

/* estilos gerais */

a{COLOR: #003366;}
a:hover{COLOR: #003366; text-decoration: none;}
a:visited{COLOR: #003366; }

.branco{COLOR: white; text-decoration: none;}
.branco:hover{COLOR: white; text-decoration: underline;}
.branco:visited{COLOR: white;}

