body {
  font-family: Arial;
  font-size: 100%;
  color: #000000;
  background: #803331;
}

p {
  position: relative;
  margin-left: 5px;
  font-family: Arial;
  font-size: 100%;
  color: #000000;
  background: #ffffff;
}

h1 {
  font-size: 175%;
  font-family: Arial;
  color: #803331;
  text-align: center;
	font-variant: small-caps;
}

h2 {
  font-size: 125%;
  font-family: Arial;
  color: #000000;
	text-align: center;
}

h3 {
  font-size: 100%;
  font-family: Arial;
  color: #000000;
	text-align: center;
	line-height: 150%;
}

a {
  text-decoration: none;
}

.center {
  text-align: center;
}

.caption {
  font-size: 10px;
  font-family: Arial;
  color: #ffffff;
}

.title {
  font-size: 225%;
  font-family: Garamond;
  color: #ffffff;
	font-variant: small-caps;
}

.archives-title {
  font-size: 125%;
  font-family: Arial;
	font-weight: bold;
  color: #000000;
	align: left;
}

.indent {
  position: relative;
  margin-left: 20px;
  font-family: Arial;
  font-size: 80%;
  color: #000000;
}