body {
	background: url(images/back.gif) repeat-x #fefcf5;
	color: #2a2821;
	font-family: times new roman, serif;
	font-size: 12pt;
	margin: 0px;
	padding-bottom: 10px;
	text-align: center;
}

#header {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#content {
  width: 750px;
  margin: 0px auto;
  text-align: left;
}

h1 {
  font-size: 24pt;
  background: url(images/back.gif) #2a2821;
  color: #554e43;
  text-align: center;
  line-height: 30pt;
  text-transform: uppercase;
  letter-spacing: 5pt;
}

h2 {
  font-size: 18pt;
  border-bottom: 2px solid #8d867c;
  color: #2a2821;
  line-height: 24pt;
  text-transform: lowercase;
}

a:link, a:visited {
  color: #8d867c;
  text-decoration: none;
  border-bottom: 1px dotted #8d967c;
}

a:hover, a:active {
  color: #8d867c;
  text-decoration: none;
  border-bottom: 1px solid #2a2821;
}

p {
  text-align: justify;
}

p.linklist {
  padding-left: 15px;
}

p.bottom {
  font-size: 8pt;
  text-align: center;
  padding-top: 15px;
}

img {
  border: 0px;
}

.url {
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #2a2821;
  background: #8d867c;
  padding: 4px;
}