@import "menu.css";
td{
  font-family: Verdana, Arial;
  font: 11px;
}
.titulo{
  font: 16px;
  color: #999999;
  font-weight: bold
}
.titulo_p{
  color: #999999;
  font-weight: bold
}
a{
  color: #0000ff;
  text-decoration: none
}
a:hover{
  text-decoration: underline
}
.text{
    background-color: #eeeeee;
    border: #000000 1px solid;
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: bold
}
.txt{
    font-size: 13px
}
.botao{
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: bold
}