<style type="text/css">
   <!-- 


         :link { color: rgb(0, 0, 128) }  /* navy for unvisited links */
         :visited { color: rgb(204, 0, 51) } /* red for visited links */
         :active { color: rgb(255, 255, 0) } /* yellow when link is clicked */
         :hover { color: rgb(255, 102, 102) } /* salmon when mouse is over link */

body 
{ 
font-family: Comic Sans MS, Verdana, Tahoma, Charcoal, Arial Black, Arial, sans-serif; 
background-color: #999999; /*  CSS allows color to be specified in only three digits */
font-size: 12pt;}

/* td
{
font-family: Comic Sans MS, Verdana, Tahoma, Charcoal, Arial Black, Arial, sans-serif;
font-size: 12pt;
font-weight:bold;}
*/

p.article {
font-family:  times new roman, serif;}

li {
  font-size : 12pt;
  font-family : Comic Sans MS, Verdana, Tahoma, Charcoal, Arial Black, Arial, sans-serif;}

h1{
  font-family : Comic Sans MS, Verdana, Tahoma, Charcoal, Arial Black, Arial, sans-serif;
  color:  #CC0033;
  margin-left     : 2em;
  font-weight:  bolder;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  border-color:   #000000;
  border-style:   thick;}

.search {
font-size: smaller;}

.date {
font-size: 8pt;}

.footer {
font-size: smaller;}

  -->
   </style>