BODY {
   font-size:10pt;
   font-family:sans-serif;
   background-color:white;
   background-image:url(images/circles.gif);
   background-position:10px 20px;
   background-repeat:no-repeat;
}

H1 {
   font-size:14pt;
   color:#004A96;
   text-align:center;
}

H2 {
   font-size:12pt;
   color:#920000;
}

H3 {
   font-size:10pt;
   color:#004A96;
   text-decoration:underline;
}

LI {
   padding:3;
}

TABLE {
   background-color:lightyellow;
   width:80%;
   border:1 solid black;
}

TD {
   font-size:10pt;
   border:1 solid black;
}

TH {
   background-color:wheat;
   font-size:10pt;
   color:brown;
   border:1 solid black;
}

A:LINK, A:VISITED, A:ACTIVE { color:darkblue; } 

A:HOVER { color:red; } 

BLOCKQUOTE { font-family:serif }
