body
        {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 9pt;
         background-color: lightblue;
        
         }
       
         
        h1
        {
         font-size: 18pt;
         text-align: center;
         color: #008000; /* verde escuro */
         }
         h2
         {
         font-size: 13pt;
         color: #008000; /* verde escuro */
         } 
         h3
         {
         font-size: 11pt;
         color: navy; /* azul escuro */
         margin-top:   10px;
         margin-bottom: 5px;
         }
         h4
         {
         font-size: 9pt;
         color: navy; /* azul escuro */
         margin-top:   10px;
         margin-bottom: 5px;
         }
   
         a
         {
          color: #800000;
          }
           /* característica dos links */
          a:active
          {
           color:#FF0000;
           }
           /* característic dos links visitados */
           a:visited
           {
            color:#400000;
            }
            table
            {
              font-size: 10pt;
              border: solid 0px #000000;
             }
            th
            {
            background-color: navy;
			color: white;
            }
            /*
              tag.nomeclasse
            */
            
            th.3D
            {
            text-align: center;
             border-top: solid 2px yellow;
             border-left: solid 2px yellow;
             border-bottom: solid 2px #808080;
             border-right: solid 2px #808080;
            }
            td.3D
            {
            text-align: center;
            background-color: #c0c0c0;
             border-top: solid 2px #e0e0e0;
             border-left: solid 2px #e0e0e0;
             border-bottom: solid 2px #808080;
             border-right: solid 2px #808080;
            }
            ul.interna
            {
              margin-left: 15px;
            }
            /* caracteres do input */
            input
            {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 8pt;
            }
            input.botao
            {
              background-color: black;
              font-weight: bold;
              color: gold;
              with: 80px;
            }
            input.texto
            {
              background-color: lightyellow;
              border: solid 1px black;
            }

	body {
	/* scrollbar-3dlight-color : #999999; */
	/* scrollbar-arrow-color : #999999; */
	/* scrollbar-base-color : navy; */
	/* scrollbar-darkshadow-color : yellow; */
	/* scrollbar-face-color : #666666; */
	/* scrollbar-highlight-color : #999999; */
	/* scrollbar-shadow-color : #999999; */
	/* scrollbar-track-color : #8B8B8B; */
}
