
html {
  font: small/.50 sans-serif;
} 
body {   
  background: silver;  
}
ul#navigation { 
  padding-left: 22%;
  margin-left: 1px;
  list-style-type: none;
  color: white;
}
ul#navigation a { 
  display: block;  
  text-decoration: none;
  background: silver;
  color: blue;
  padding: .2em .6em;
  border-bottom: 0px solid silver;
  width: 60em;
  font-family: "Arial", "Helvetica";
  font-size: 90%; 
  font-weight: 500;
}
ul#navigation a:hover { 
  background: red;  
  color: #fff;
  font-weight: bolder;  
}
ul#navigation li {
  display: inline;
  color: white;
}
.nav {
   color: green;
 }
h1 {            /* Menu */
   color: red;
   text-align: center;   
   text-decoration: none;
   font-weight: bold;
   font-size: 30pt;
   font-style: italic;
   font-family: "Courier New", serif, "Times New Roman", Arial, Times;
}
h2 {            /*      */
   color: red; 
   padding: 0px 4px 0px 7px;    
   margin: 0px;
   text-decoration: none;
   font: small/.75 sans-serif; 
   font-weight: bold;
}
h4 {
   color: blue;
   padding: 4px 0px 4px 0px;    
   margin: 0px 0px 0px 0px;
   text-decoration: none;
   font: bold 12px/1% "Times New Roman";
   font-style: italic; 
 }
h5 { 
   color: purple;
   padding: 4px 0px 4px 0px;    
   margin: 0px 0px 0px 0px;
   text-decoration: none;
   font: bold 12px/1% "Times New Roman";
   font-style: italic;  
}
h6 {   /* text below the menu */
   color: #800080;
   padding: 0px;
   margin: 0px;
   text-align: center; 
   text-decoration: none;
   font: small/.75 sans-serif;
   font-size: x-small;
}

