body      { margin: 5px; color: black; background: khaki;}
h1         { 
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  border: 2px solid gray;
  text-align: center; 
  color: green; 
  background: azure; 
  } 


h5          { font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;  border: 1px solid gray; background: azure; 
              text-align: center; color: green; font-weight: bold; }           
h4          { font-family: Arial, Verdana, sans-serif; font-weight: normal;
              text-align: justify;  font-weight: normal; color: blue;  }  

p   { 
  font-family: "Arial","Georgia Bold", Verdana, sans-serif; 
  font-size: 10pt; 
  text-align: justify; 
  text-indent: 2em; 
  color: black; 
  font-weight: normal; 
  }

LI       { font-family:"Georgia","Arial", Verdana, sans-serif; font-size: 10pt; text-align: justify; }


table  {
  border: 1px solid darkgray;     
  border-collapse: collapse;
  }
th  {
  font-family: "Arial", "Georgia",Verdana, sans-serif; 
  text-align: center; 
  font-size: 10pt; 
  font-weight: bold;  
  background: azure;    
  color: blue; 
  }  
  
td  {
  font-family: "Arial", "Georgia",Verdana, sans-serif; 
  text-align: left; 
  font-size: 10pt; 
  font-weight: bold;   
  padding-left: 5px;
  color: purple; 
  background: white;  
  border: 1px solid gray; 
  }  
td#a {
  color: gray; 
  text-align: left;
  padding-left: 5px;  
  }
  
td#b {
  color: red; 
  text-align: right;
  padding-right: 5px;  
 
  }
caption  { 
  font-family: "Arial", Verdana, sans-serif; 
  text-align: center; 
  font-weight: bold; 
  color: blue;
  font-size: 10pt;
  }
  
th   { 
  font-family:"Georgia","Arial Bold Italic", Verdana, sans-serif; 
  border: 1px solid blue; 
  background: lawngreen; 
  text-align: center;   
  padding: 1px 0.33em; 
  color: black; 
  font-size: 8pt;
  }

A:link          { text-decoration: none; color: #0000FF; font-weight: bold;}	
A:visited   { text-decoration: none; color: Navy; font-weight: bold;}
A:active     { text-decoration: underline; color: Red; font-weight: bold;}
A:hover       { text-decoration: underline; color: Red; font-weight: bold;}

b {
  color: black;
 }

b#pur {
  color: purple;
 }
b#red  {
  color: red;
 }
b#spec {
      font-size: 10pt;
      color: red;
      background: yellow; 
      border: 1px solid gray; 
      }      
b#fat {
      font-size: 12pt;
      color: blue;
      }     

.counter    { 
    font-family: "Georgia","Arial Bold Italic", Verdana, sans-serif; 
    background:yellow; 
    font-size: 12pt; 
    font-weight: bold;
    padding: 3px; 
    text-align: left; 
    color: red; 
    border: 2px solid red; 
    }     