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