
BODY {
   font-size:10pt;
   font-family:sans-serif;
   background-color:white;
}

H1 {
   font-size:14pt;
   color:#004A96;
   text-align:center;
}

H2 {
   font-size:12pt;
   color:#920000;
}

H3 {
   font-size:10pt;
   color:#004A96;
}

LI {
   padding:3;
}

TABLE {
   background-color:lightyellow;
   width:80%;
   border:1 solid black;
}

TD {
   font-size:10pt;
   border:1 solid black;
}

A:LINK, A:VISITED { text-decoration: none; }
A:HOVER { text-decoration: underline; }

