
  body { 
    color: "#FFDA69";
    margin-left: 15%; 
    margin-right: 10%; 
    font-family: Arial, Helvetica, sans-serif;
    background: "#191970";
  }
  p.blue {color: blue}
  h1 { margin-left: -8% }
  h2,h3,h4,h5,h6 { margin-left: -6% }
  h1 { color: blue }
  h3 { color: blue }
  h4 { color: blue }

 p.center {
  text-align: center;
 }
 p.centerlogo {
  text-align: center;
  background-color: "#aaaaff";
  width: 50%; 
  margin-left: 28%;
  padding: 7 5 7 5;
  border-width: thin;
  border-style: solid;
  border-color: blue;
 }
 p.dates {
  font-size: 72%;
 }

A:link { text-decoration: none;
 font-size: 120%;
 color: blue;
 font-family: Arial; }
A:visited { text-decoration: none;
 color: lightblue; }
A:active {text-decoration: none;
 color: red; }
A:hover { text-decoration: none; 
 font-size: 140%;
 color: #0033ff; }

IMG.images {
 width: 128;
 height: 128;
 border-width: thin;
 border-style: solid;
 border-color: blue;
}
