body
{
	margin: 0;
	padding: 0;
	font-family: serif, Times, Arial;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote
{
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3
{
	font-weight: normal;
}

h1, h2
{
	font-family: Georgia, Times, serif;
}

h1
{
	font-size: 3em;
}

h2
{
	font-size: 1em;
	font-style: italic;
}

h3
{
	padding-top: 3%;
}

small, .small
{
	font-size: 0.9em;
}

a
{
	text-decoration: none;
	style: italic;
	color: #000;
	background-color: inherit;
	border-bottom: 1px #000 solid;
}

a:link
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: purple;
	text-decoration: none;
}

a:active
{
	background-color: none;
	text-decoration: none;
}

a:hover
{
	color: none;
	text-decoration: none;
}

#head a, h1 a, h2 a, h3 a
{
	border: none;
}

h3 a
{
	font: 1.5em Georgia, Times, serif;
}

#content hr
{
	margin: 5em 0;
	width: 66%;
	color: #ccc;
	background-color: inherit;
}

.caps
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

#container
{
	margin-left: 4%;
	margin-right: 7%;
	margin-top: 1%;
	margin-bottom: 1%;
}

#head
{
	text-align: center;
}

#foot
{
	clear: both;
}

.comments_error
{
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error
{
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview
{
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td
{
	vertical-align: top;
}