body {
  margin: 0 0 15 0;
  background-color: white;
  }
#menu a {
  color: black;
  text-decoration: none;
  }
#guestbook a {
  text-decoration: none;
  }
#menu a:hover {
  color: #009933;
  }
#main a {
  color: #0099cc;
  text-decoration: none;
  }
  }
#main a:hover {
  color: #cc9900;
  }
#menu {
  width: 160px;
  height: 450;
  font-family: verdana;
  color: black;
  text-align: center;
  vertical-align: top;
  padding: 60 49 0 20;
  background-repeat: no-repeat;
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;}
#main {
  padding-left: 5;
  width: 417;
  max-width: 417;
  height: 353;
  font-family: verdana;
  font-size: 10pt;
  color: black;
  }
#guestbook {
  font-family: verdana;
  font-size: 10pt;
  color: black;
  }
 .emph {
   font-size: 11pt;
   font-weight: bold;
   }
 .header {
   font-size: 14pt;
   color: #cc9900;
   }
 .header2 {
   font-size: 12pt;
   font-weight: bold;
   color:  #006600;
   }
.members {
   font-size: 8pt;
   }
.small {
   font-family: Verdana, sans-serif;
   font-size: 8pt;
   }
.bold {
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   }
.italic {
   font-family: Verdana, sans-serif;
   font-size: 11pt;
   font-weight: normal;
   font-style: italic;
   }