  body {
    padding-left: 1.5em;
    font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
    color: black;
    background-color: white; }
  h1,h2,h3,h4,h5,h6#footer {
    text-align: center; }
  h3 {
    font-family: cursive;
    font-style: italic; }
  div#main {
    width: 550px;
    position: absolute;
    padding: 1em;
    left-padding: 2em; 
    margin-left: 200px; }
  #main p {
    font-size: 12pt; 
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif; }
  div#navbar {
    width: 150px;
    padding: 1em;
    display: block;
    font-size: 9pt;
    position: absolute;
    margin: 10px;
    background-color: #0000ff;
    border: 1px solid black;
    border-right: 5px solid black;
    border-bottom: 5px solid black; }
  #navbar a {
    width: 9.7 em;
    margin: 0px;
    display: block;
    color: gold;
    padding: 0.2em;
    text-align: left;
    text-decoration: none;
    background-color: #0000ff; }
  #navbar a:hover {
    border: 1px solid gold;
    color: white; }
  a:link {
    color: blue; 
    text-decoration: none; }
  a:active {
    color: blue;
    text-decoration: none; }
  a:visited {
    color: red;
    text-decoration: none; }
  a:hover {
    color: darkolivegreen;
    text-decoration: underline; }