h1, h2 {font-family: "Copperplate Gothic Bold", Courier, fantasy}
body {background: #F0E68C; /* khaki */
     font-family: "Century Schoolbook", serif}

code {background: white; }

p:first-letter
{
      font-size: 200%; font-weight: bold;
}


/* Top Navigation Menu */
ul#navigation
{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  background: olive;
  float left;
  width: 100%;
}

ul#navigation li
{
  display: inline;
}

ul#navigation a
{
  display: block;
  float: left;
  padding: .2em 1em;
  text-decoration: none;
  color: white;
  background: olive;
  border-right: 1px solid white;
}

ul#navigation a:hover
{
  color: black;
  background: yellow;
}