BODY { background-color: #FFFFFF;
       font-family: "Carumba", "Verdana", "Arial";
       font-size: 10pt;
       font-weight: bold;
       color: #000060 }

TABLE { font-size: 10pt }

A:link { text-decoration: none;
         color: #000060 }
         
A:active { color: red;
           text-decoration: none;
           background: yellow }
           
A:visited { text-decoration: none;
            color: #000060 }
            
A:hover { color: white;
          background: #000060 }

FORM { margin: 0px }

