A:link {color: black;}
A:visited {color: black;}
A:active {color: black;}
BODY { 
   background-color: white;
   color: black;
}

H1 { color: blue;
     font-family: Chicago, sans-serif;
   }
H2 { color: #009900;
   }
H3 { color: black;
   }
H4 { color: green;
   }
H5 { color: red;
     font-family: Arial, sans-serif; 
   }
p.one {font-size: xx-small;
       font-family: Arial, sans-serif;
	   border-style: dotted;}
p.two {font-size: x-small;
       font-family: Arial, sans-serif;}
p.three {font-size: small;
         font-family: Arial, sans-serif;}
p.four {font-size: medium;
        font-family: Arial, sans-serif;}
p.five {font-size: large;
        font-family: Arial, sans-serif;}
p.six {font-size: x-large;
       font-family: Arial, sans-serif;}
p.seven {font-size: xx-large;
         font-family: Arial, sans-serif;}
TR.heading { 
   background-color: blue;
   color: white;
   font-weight: bold;
}
TD.datacell {
   padding-top: 0.1cm;
   padding-bottom: 0.1cm;
}
TD.controlpanel {
   background-color: white;
   color: black;
   font-family: Arial, sans-serif;
   font-size: small;
}
TD.datatable {
   background-color: #99CC99;
   color: black;
   font-family: Chicago, sans-serif;
   font-size: x-small;
   padding-top: 0.1cm;
   padding-bottom: 0.1cm;
   padding-left: 0.4cm;
   padding-right: 0.4cm;
}
TD {
   color: black;
   font-family: Arial, sans-serif;
   font-size: x-small;
}
TR.shaded {
   background-color: #eeeeee;
}
