body {
	color: Black;
	background: White;
	font: 14px Georgia, "Times New Roman", serif;
}

div#content {
  width: 500px;
  margin: 0 auto;
}

a {
	color: #900;
}

a:hover {
	color: Red;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }

h1, h2 {
	color: #F90;
	margin: 1.667em 0 0;
	text-align: center;
	line-height: 1.1;
}

h2 {
	text-align: left;
}

p.credit {
	font-weight: bold;
	text-align: center;
}

em {
	font-style: italic;
}

b {
	font-weight: bold;
}

.caps {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}