/*Tags*/

a:link {color: red; text-decoration: none;}
a:visited {color: rgb(102, 65, 28); text-decoration: none;}
a:hover {color: brown; text-decoration: none;}

hr
  {
   color: rgb(181, 136, 74);
   height: 1px;
  }

/*Texto*/

body
  {
   background-color:  rgb(255, 255, 230);
   font-family: verdana;
   font-size: 9pt;
   text-align: justify;
  }

table
  {
   font-size: 10pt;
  }

small
  {
   font-size: 8pt;
  }

h1
  {
   font-size: 14pt;
  }

h2
  {
   font-size: 12pt;
  }

/*Tabelas*/

.Menu
  {
   font-size: 8pt;
   color: white;
   border-right-width: 0px;
   border-bottom-width: 0px;
  }

.Menu th
  {
   text-align: left;
   border-color: rgb(181, 136, 74);
   background-color: rgb(102, 65, 28);
   border-top-width: 0px;
   border-left-width: 0px;
  }

.Menu td
  {
   padding-left: 15px;
   border-color: rgb(181, 136, 74);
   background-color: rgb(102, 65, 28);
   border-top-width: 0px;
   border-left-width: 0px;
  }Microsoft HTML Help Compiler 4.73.8198


