body
{ margin-top: 20;
  margin-bottom: 20;
  background-color: #B5B8D9;
  font-family: Papyrus, Arial, Helvetica, sans-serif;
  font-size: small;
}

a:link {color: #A54E66;}
a:visited {color: #89428D;}
a:active {color: #804000:}
a:hover { text-decoration: underline; color:#804000; }

h1 {
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	font-size: x-large;
}

h2 {
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	font-size: large;
}

hr {
	margin-left: 50px;
	margin-right: 50px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

#menu {
  position: absolute;
  left: 5px;
  padding: 0px;
  width: 220px;
}

#content {

  margin-left: 250px;
  padding: 0px;
  margin-right: 15px;
}
