body      { 
  margin: 5px; 
  color: black; 
  background: khaki;
  }

h2  { 
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  border: 2px solid gray;
  text-align: center; 
  color: green; 
  background: azure; 
  } 

h3 { 
  font-family:"Comic Sans MS","Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  border: 2px solid gray;
  text-align: center; 
  color: green; 
  background: azure; 
  }               
              
h6    { 
  font-family:"Georgia Bold","Arial Bold Italic", Verdana, sans-serif;
  text-align: center; 
  color: green; 
  } 
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: "Georgia","Arial", Verdana, sans-serif,"Comic Sans MS"; 
  font-size: 10pt; 
  text-align: justify; 
  text-indent: 2em; 
  color: blue; 
  background: palegoldenrod;
  border: 1px solid gray; 
  margin: 5px; 
  }

.counter   { 
  font-family:"Georgia","Arial Bold Italic", Verdana, sans-serif; 
  background: yellow; 
  font-size: 12pt; 
  font-weight: bold;  
  padding: 1px 0.33em; 
  text-align: left; 
  color: red; 
  border: 2px solid red; 
  }     
  
table#a {
  border: 0px solid black;  
  border-collapse: collapse;
}

td {
  font-family: "Georgia","Arial", Verdana, sans-serif;
  background: azure;   
  border: 1px solid gray; 
  }
td#a {  
  font-size: 10px;
  text-align: left; 
  border: 1px solid gray;
  color: blue;
  
  }
td#b {  
  font-size: 10px;
  text-align: center; 
  border: 1px solid gray;
  color: black;  
  }
  
  
th#a {
  font-size: 10px;
  text-align: left; 
  border: 1px solid gray;
  color: green;
  }
  
  
b   {
  font-family:"Georgia","Arial", Verdana, sans-serif;
  }
  
b#red {
      color: red;
      font-size: 8pt;
      }
b#blue {
      color: blue;
      }
b#green {
      color: green;
      }
      
b#fat {
      font-size: 12pt;
      color: red;
      }
b#spec {
      font-size: 12pt;
      color: red;
      background: yellow; 
      border: 1px solid gray; 
      }    
      
LI      { 
  font-family:"Georgia","Arial", Verdana, sans-serif; 
  font-size: 9pt; 
  text-align: justify; 
  color: blue;
  background: palegoldenrod;
  border: 1px solid gray; 
  text-align: justify;
  } 
  
  
td#L { 
   text-align: left; 
   border: 1px solid gray;
   font-size: 8pt;
   font-weight: normal;
   width: 180px;  
   padding-left: 5px;
   }
   
td#C {   
  font-family:  Verdana, "Arial";
  text-align: left;
  font-size: 8pt;
  color: blue;
  font-weight: bolder;
  width: 80px;  
  padding-left: 5px;
  }
  
td#nr {  
  text-align: center; 
  background: whitesmoke;
  font-size: 8pt;
  font-weight: bolder;
  color: black;
  width: 40px;  
  }       
td#left {  
  font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  font-size: 8pt;
  color: black;  
  width: 25%;
  text-align: left;
  background: khaki;   
  border: 0px solid gray;
}
td#cent {  
  font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  font-size: 10pt;
  color: black;  
  width: 50%;
  text-align: center;
  font-weight: bold ; 
  padding-top: 7px;
  background: khaki; 
  border: 0px solid gray;
}
td#right {  
  font-size: 8pt;
  font-family: "Georgia Bold","Arial Bold Italic", Verdana, sans-serif; 
  text-align: right;
  color: black;  
  width: 25%;
  text-align: right;
  height: 20px;
  padding: 4px;
  margin:0px;
  border: 0px solid gray;
  background: khaki; 
} 