p, td, th, li, body {
   font-size: 13px;   
   font-family: arial, geneva, sans serif;
   color: black;
   text-align: justify;
   font-weight: normal;
   background-color: #FEFFE7;
}

td, th {
   text-align: center;
   text-valign: middle;
}

th  {
   background-color: black;
   font-weight: bold;
   color: white;
}

table.main {
   background-color: black;
}

td.code {
   text-align: left;
   background-color: white;
}
   
h1 {
   font-size: 26px;   
   font-family: "Helvetica";
   color: Navy;
   font-weight: bold;
}

h2 {
   font-size: 20px;   
   font-family: "Helvetica";
   color: black;
   font-weight: bold;
}

h3 {
   font-size: 16px;   
   font-family: "Arial";
   color: black;
   font-weight: bold;
}


hr {
   color: Navy;
}


a {
   color: Navy;
   font-weight: bold;
}


a:hover { color: red }

.center {text-align: center;}
.right  {text-align: right;}
.left   {text-align: left;}

.red   {color: black; background-color: #eedddd;}
.green {color: black; background-color: #ddeedd; }
.red1  {color: black; background-color: #ffeeee;}
.green1{color: black; background-color: #eeffee;}

.submissao {color: white; font-weight: bold; background-color: #7777d0;}
