body {
	background-color: #FFF8EF;
	font-family: Georgia,serif;
	color: #300;
	font-size: 10pt;
}
h1 {
	color: #300;
	text-align: right;
	border-top-width: 3px;
	border-top: solid;
	font-size: 200%;
}
h2 {
	color: #630;
	text-align: right;
	border-top-width: 3px;
	border-top: solid;
	font-size: 150%
}
h3 {
	color: #633;
	text-align: right;
	border-top-width: 3px;
	border-top: solid;
	font-size: 100%
}
h4 {
	color: #930;
	text-align: right;
	border-top-width: 3px;
	border-top: solid;
	font-size: 75%
}
h5 {
	color: #960;
	text-align: right;
	border-top-width: 3px;
	border-top: solid;
	font-size: 50%
}
h6 {
	color: #963;
	text-align: right;
	border-top-width: 3px;
	border-top: solid;
	font-size: 25%
}
a:link {
	text-decoration: underline;
	color: #630;
}
a:visited {
	text-decoration: underline;
	color: #930;
}
a:active {
	text-decoration: underline;
	color: #666600;
}
#content {
	position : absolute;
	width: 650px;
	left: 43px;
	top: 25px;
	padding-left: 20px;
	padding-top: 5px;
}
#ads {
	position: absolute;
	width: 200px;
	left: 700px;
	top: 25px;
	padding-left: 20px;
	padding-top: 5px;
}
p
{
	margin-top: -1px;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	font-size: 10pt;
}
p:first-letter
{
  font-size: 300%;
  float: left;
  font-weight: bolder;
  color: #630;
  vertical-align: text-top;
  background: #FFF8EF;
  margin: -7px 3px 0px 0px;
}
#footer {
	position: absolute;  /* Needed for Safari */
	padding: 20px;
	top: 90%;
	width: 95%;
	font-size: 6pt;
	font-style: normal;
	text-align: right;
}
