body {
 background: #DDDDDD;
 font-family: "optima";
 font-size: 12pt;
 }
A:link { 
 color: #242155;
 text-decoration: none;
 }
A:visited {
 color: #242155;
 text-decoration: none;
 }
A:hover {  
 color: #720000;
 text-decoration: none;
 }

table.main {
 background: #DDDDDD;
 width: 800px;
 }
th.banner {
 background: #1569A1;
 font-family: "Optima";
 font-size: 26pt;
 vertical-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 color: #ffffff;
 }
td.navigation {
 background: #72AAD8;
 width: 150px;
 font-size: 14pt;
 text-align: center;
 font-weight: bold;
 vertical-align: top;
 }
td.body {
 background: #F9F9FF;
 width: 650px;
 vertical-align: top;
 padding-left: 25px;
 }

h1 {
 color: #720000;
 text-align: center;
 margin-bottom: -2px;
 }
h3 {
 color: #330033;
 }
h4 {
 color: #720000;
 background: #7CC7FD;
 padding-top: 8px;
 padding-bottom: 8px;
 }