.entrada{
   border     : 1px solid green;
   font       : 11px tahoma;
   color      : #A3A3A3;   
}
.titulo{
   font       : 11px Tahoma;
   color      : #FFFFFF;
   background : green;
   font-weight: bold;
   text-align : center;
}
.botao{
   font       : 11px Tahoma;
   width      : 80;
   height     : 18;
}
.normal {
   font       : 11px Tahoma;
   color      : #A3A3A3;
   background : #FFFFFF;      
   font-weight: bold;
   text-align : right;
}
.nob{
   border     : 0px solid #FF9966;
   font       : 11px tahoma;
   color      : #FF9966;
}
a:link {
   font       : 11px Tahoma;
   color      : #000000;
   text-decoration: none;

}
a:active {
   font       : 11px Tahoma;
   color      : #000000;
   text-decoration: none;
}
a:hover {
   font       : 11px Tahoma;
   color      : #FF9966;
 
}
a:visited {
   font       : 11px Tahoma;
   color      : #000000;
   text-decoration: none;
}
