body {
  font-family: 'avant garde', helvetica, arial, sans-serif;
  color: #220363;
  background: transparent url(/static/images/full_moongrey2.jpg) repeat fixed;
  font-size: 14px;
}

h1 {
  font-size: 46px;
  text-align: center;
  margin: 40px 0;
  color: #FFF;
}

a {
  text-decoration: none;
  color: #4b16b8;
}

div {
  margin: 20px 0;
}

.content {
  margin: 0 auto;
  width: 640px;
}

.content div.p {
  padding: 10px;
  width: 620px;
}

h3 {
  font-size: 1em;
  margin: 0;
}

ul, li {
  list-style: none;
  margin: 20px 0 0;
}

blockquote {
  font-style: italic;
}

.image {
	width: 100%;
	margin: 0 auto;
}

.image img {
	display: block;
	margin: 0 auto;
}

.caption {
	font-size:70%;
	text-align: center;
}
