BODY {
   font-family: arial;
   font-size: 10pt;
   color: black;
   margin-left: 160px;
   margin-right: 50pt;
   }
A:link { color: blue; }
A:visited { color: blue; }
A:active { color: red; }
A:hover { color: red; }

H1 {
   font-size: 16pt;
   }

SPAN.sitetitle {
   font-size: 20pt;
   line-height: 20pt;
   color: #FF1010;
   }
H2.sitetitle {
   font-size: 16pt;
   line-height: 16pt;
   color: black;
   }
A.mainlogo {
   position: absolute;
   top: 0pt; left: 0pt;
   }

A.submenu {
   color: white;
   font-weight: normal;
   margin-left: 10pt;
   line-height: 12pt;
   }
A.submenu:link {
   color: white;
   text-decoration: none;
   }
A.submenu:visited {
   color: white;
   text-decoration: none;
   }
A.submenu:active {
   color: white;
   text-decoration: none;
   }
A.submenu:hover {
   color: white;
   text-decoration: underline;
   }
DIV.menu {
   position: absolute;
   left: 0pt; top: 108px;
   font-size: 10pt;
   color: #ff1010;
   font-weight: bold;
   line-height: 16pt;
   padding-top: 10pt;
   padding-left: 8px;
   padding-right: 10pt;
   padding-bottom: 30pt;
   background-color: #1010ff;
   }
SPAN.menu {
   line-height: 16pt;
   }

