body 
{
  font-family: Georgia, serif;
  font-size: 10pt;
  background-color: #eed6e4;
}

h1
{
  font-size: 16pt;
  font-weight: normal;
}

h2
{
  font-size: 14pt;
  font-weight: normal;
}

h3
{
  font-size: 12pt;
  font-weight: normal;
}

h4, h5, h6
{
  font-size: 10pt;
  font-weight: bold;
}

pre
{
  font-family: "Lucida Console", "Courier New", monospace;
  margin-left: 1.5em;
}

p.inset
{
  margin-left: 1.5em;
}

a
{
  color: #a39cbe;
}

a:hover
{
  color: #ffffff;
  background-color: #a39cbe;
}

a:link
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

#header 
{
  background: #eee;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px;
  font-size: 16pt;
}

#content
{
  margin: 0px 0px 0px 240px;
}

#menu
{
  position: absolute;
  top: 50px;
  left: 10px;
  width: 200px;
  padding: 10px;
  background-color: white;
  border: 1px;
  border-style: solid;
  border-color: purple;
  border-width: 3px 3px;
}
