h1 {font-size: 14pt;}
body {
   background: #d9d9d9;
   width: 800px;
   padding: 0px;
   margin: 0px;
}

.header {
   background: #ffffff;
}

.infobar {
   text-align: center;
   background: #000000;
   font-family: Verdana, sans serif;
   font-size: 18px;
   color: #fff100;
}

.splashpics {
   background: #000000;
   height: 110px;
}

.menubar {
   text-align: center;
   background: #000000;
   font-family: Verdana, sans serif;
   font-size: 8pt;
   color: #fff100;
   font-weight: bold;
   text-decoration:none;
   margin: 0px 5px 0px 0px;
   padding: 10px 0px 10px 0px;
}

.menubar a {
   text-align: center;
   background: #000000;
   font-family: Verdana, sans serif;
   font-size: 8pt;
   color: #fff100;
   height: 25px;
   font-weight: bold;
   text-decoration: none;
   padding: 0px 0px 0px 0px;
   margin: 5px;
}

.menubar a:hover {
   color: #ed0000;
}

.content {
   background: #393939;
   font-family: Verdana, sans serif;
   font-size: 12px;
   color: #ffffff;
   padding: 0px;
}

.content a {
   font-family: Verdana, sans serif;
   color: #ffffff;
   text-decoration: none;
}

.content td {
   font-family: Verdana, sans serif;
   font-size: 12px;
   color: #ffffff;
}

.leftmenu {
   background: #393939;
   font-family: Verdana, sans serif;
   font-size: 12px;
   color: #ffffff;
   font-weight: bold;
   padding: 15px 40px 0px 10px;
}

.leftmenu a {
   background: #393939;
   font-family: Verdana, sans serif;
   font-size: 12px;
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
}

.leftmenu a:hover {
   background: #393939;
   font-family: Verdana, sans serif;
   font-size: 12px;
   color: #ffffff;
   font-weight: bold;
   text-decoration: underline;
}
