body
{
  background: white;
  color: black;
  font-family: Georgia, serif;
}

h1, h2, h3, h4, h5
{

}

div.content
{
  padding: 5px 5px 5px 150px;
  background: white;
  color: black;
  min-height: 500px;
  width: 750px;
}


/* head.php - navigation menu */
div.navmenu
{
  float: left;
  width: 130px;
  border-right: #696 solid 1px;
  height: 400px;
  background: #5cf;
  padding: 50px 0 0 0;
}

a.navlink
{
  display: block;
  font-size: 120%;
  text-decoration: none;
  margin: 5px;
}

a.selflink
{
  display: block;
  font-size: 120%;
  text-decoration: none;
  color: black;
  background: #d0ddd0;
  margin: 5px;
}


