
 /* fonte padrão */
 font {
   font-family : verdana,tahoma,arial;
   font-size   : 12px;
   font-weight : normal;
 }
 
 
 /* link padrão */
 a {
   font-family     : verdana, tahoma, arial;
   font-size       : 12px;
   text-decoration : none;
   color           : #003399;
 }
 
 a:hover {
   font-family     : verdana, tahoma, arial;
   font-size       : 12px;
   text-decoration : none;
   color           : #cc3300;
 }
 
 /* Formularios */
 .inputBox {
    font-size   : 12px;
    font-family : verdana,tahoma,arial;
    background  : #ffdfbf;
    color       : black;
    border      : thin solid black;
    border-width : 1px;   
  }
