 body {
 background: white none;
 color: blue;
 font: normal 1em sans-serif;
 margin-left: 5%; 
 margin-right: 5%;}

#headline {
    color: navy;
    text-align: center;
    font-style: italic;
    
    
}
#nav {
   background:#63f none;
   color: white;  
   text-align: right; 
   padding: 12px 6px 24px; 
}
#nav a:link {
    color: yellow; 
    font-weight: bold; 
}
#nav a:visited {
    color: #ccc;
    font-weight: bold; 
}
#nav a:hover {
     background: white none;
     color: #63f;
     font-weight: bold; 
}
H1 { color: navy; }

P { color: navy;
    font-size: 14pt;
    } 

 
