Body { 
 	margin: 1cm; 
	font-family: sans-serif; 
	line-height: 1.1;
	background: white; 
	color: black; 
	}

H1, H2, H3, H4, H5, H6 { color: #03334A; font-weight: bold; }

A:link { color: #03334A; background-color: white; }
A:visited { color: #C00000; background-color: white; }
A:hover { color: #C00000; background-color: #E6E6E6; }

#header { padding-bottom: 20px; }

#navlist {
          padding: 20px 0 20px 0;
          margin-left: 0;
          font: bold 14px Verdana, Arial, sans-serif;
     }
     
#navlist ul { list-style: none; margin: 0; padding: 0; }

#navlist li { display: inline; padding: 0 2px 0 2px; }

#navlist li a {
          padding: .25em 1.25em 0.25em 1.25em;
          border: 0;
          border-left: 1em solid #03334A;
          background: silver;
          text-decoration: none;
     }

#navlist li a:link { color: #03334A; }
     
#navlist li a:visited { color: #03334A; }

#navlist li a:hover {
          border-color: #C00000;
          color: #C00000;
          background: #A5A5A5;
     }  
     
#signature { padding-bottom: 20px; }

.small_font { font-size: 75%; }

.times { font-family: Times New Roman, Times, serif; }

#yahoo { margin-bottom: 30px; }

#yahoo form {
     border: 1px solid black; 
     padding: 8px;
     text-align: center;
     width: 430px;
     }