body {
	margin-top: 150px;
	background: white url(http://avalon.tir-tairngire.net/images/aj-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

a:hover {
	text-decoration: underline; color: Aqua;
}

a:link {
	text-decoration: none; color: Purple;
}

a:visited {
	text-decoration: none; color: Fuchsia;
}

h1 {
	text-align: center;
	font-variant: small-caps;
}

h2 {
	text-align: center;
	font-style: oblique;
}

hr {
	color: Purple;
	width: 75%;
	text-align: center;
}

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

p:first-letter {
	font-size: large;
	color: Purple;
}

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

#content {

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

