body {
background-color: white;
color: navy;
font-family: Verdana, sans-serif;
font-size: 90%;
font-weight: normal;
margin-left: 30px;
margin-right: 350px;}

table {
background-color: white;
color: navy;
margin-left: 10px;
font-family: Verdana, sans-serif;
font-size: 90%;
font-weight: normal;}


h3 {
font-weight: bold;
font-size: 110%;
color:  #0066cc;}
 
h2 {
font-weight: bold;
font-size: 150%;
color:  #0066cc;}

li {
padding-bottom: 3px;}
 
a:link {
font-weight: bold;
color: #0066cc; 
text-decoration: underline;}

a:visited {
font-weight: bold;
color: #0066ff;
text-decoration: none}

a:hover {
font-weight: bold;
color: blue;}

a.navbar:link { 
color: #0066cc; 
font-weight: bold; 
font-size: 90%;
text-decoration: none;
background-color: white; } 

a.navbar:visited { 
color: #66ccff; 
font-weight: bold; 
font-size: 90%;
text-decoration: none;
background-color: white;  } 

a.navbar:hover { 
color: white; 
font-weight: bold; 
font-size: 90%;
text-decoration: none;
background-color: #0066cc;  } 
//  