<!-- Estilos padronizados do HTML -->
body      { 
    scrollbar-3d-light-color: black;
    scrollbar-arrow-color: black;
    scrollbar-base-color: silver;
    scrollbar-dark-shadow-color: silver;
    scrollbar-face-color: silver;
    scrollbar-highlight-color: silver;
    scrollbar-shadow-color: silver;
 }

A.menu:link    {color: black; font-family: Verdana; font-size: 11; text-decoration: none; font-weight: bold}
A.menu:visited {color: black; font-family: Verdana; font-size: 11; text-decoration: none; font-weight: bold}
A.menu:active  {color: black; font-family: Verdana; font-size: 11; text-decoration: none; font-weight: bold}
A.menu:hover   {color: gray; font-family: Verdana; font-size: 11; text-decoration: none; font-weight: bold}

A.menu1:link    {color: white; font-family: Verdana; font-size: 11; text-decoration: none; font-weight: bold}
A.menu1:visited {color: white; font-family: Verdana; font-size: 11; text-decoration: none; font-weight: bold}
A.menu1:active  {color: white; font-family: Verdana; font-size: 11; text-decoration: none; font-weight: bold}
A.menu1:hover   {color: black; font-family: Verdana; font-size: 11; text-decoration: none; font-weight: bold}


<!-- Estilos da aplicação -->
.texto     { font-family: Verdana; font-size: 11px; color:   black; font-weight: bold}
.texto1    { font-family: Verdana; font-size: 11px; color: #666666; font-weight: bold; text-align: justify}
.texto2    { font-family: Verdana; font-size: 11px; color: #666666; font-weight: bold; text-align: justify}
.texto3    { font-family: Verdana; font-size: 11px; color: #666666; font-weight: bold;}
.titulo    { font-family: Verdana; font-size: 11px; color:   black; font-weight: bold;}
.titulo1   { font-family: Verdana; font-size: 13px; color: #666666; font-weight: bold;}