body
  {
    font-family:verdana;
    font-size:8pt;
    font-weight:normal;
    color:black;
    background-color:"#ffffff";
  }
p,li  {
    font-family:verdana;
    font-size:8pt;
    font-weight:normal;
    color:black;
   }
h1 {
    color:black;
    font-size:14pt;
    font-weight:bold;
    font-family:verdana;
   }
h2 {
    color:rgb(0,153,204);
    font-size:12pt;
    font-weight:bold;
    font-family:verdana;
   }
h3 {
    color:black;
    font-size:10pt;
    font-weight:bold;
    font-family:verdana;
   }
a {
  text-decoration: none;
  color: #224488;
}
a:hover {
  text-decoration: underline;
}

.header {
    font-family:verdana;
    font-size:10pt;
    font-weight:bold;
    color:white;
   /* background-color: red; */
    background-color: rgb(0,153,204);
   }
.footer
   {
    font-family:verdana;
    font-size:8pt;
    font-weight:normal;
    color:black;
    /* background-color:red; */
   }
.col1
   {
    background-color:#cccccc; 
   }
.col2
   {
    background-color:#eeeeee;
   }
.table
   {
    border:1px solid rgb(0,153,204);
    font-size:8pt;
   }
.listing
   {
    background-color: #ddddff;
    font-size:8pt;
   }
.text
   {
    font-family:verdana;
    font-size:8pt;
    font-weight:normal;
    color:black;
   }
.menu 
   {
    font-family:verdana; 
    font-weight:bold; 
    font-size:8pt; 
    color:#FFFF00;
    background-color:#CC0033;
   }
.item
   {
    font-family:verdana;
    font-weight:normal; 
    font-size:8pt;
    color:#FF0000; 
    background-color:#FFFF99;
    text-decoration: none;
   }
.curitem
   {
    font-family:verdana;
    font-weight:normal; 
    font-size:8pt;
    color:rgb(0,0,255); 
    background-color:rgb(255,0,0);
    border-width:thin;
   }
.code 
   {
    font-family: Courier New,Serif; 
    font-size: 8pt; 
    color: maroon; 
    background-color: rgb(255,255,176);
   }
.line
   {
    height:1;
    color:red;
   }
HR
   {
    height:2;
    color:red;
   }
