body{
   background-image: url("fundo.jpg");
   background-position: center top;
   background-repeat: no-repeat;
   margin: 0px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
}
td{
   color: #000000;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.navbar{
   color: #000000;
   text-decoration: none;
}
.navbar:hover{
   color: #FF0000;
   text-decoration: underline;
}