.commentHolder {
padding: 1em;
border: 1px solid gray;
background-color: #ededed;
margin: 0.5em 0em 0.5em 0em;
}

.comment-form {
border-collapse: collapse;
width: 100%;
}

.comment-form td {
padding: 0.25em 0.25em 0em 0.25em;
}

.comment-form input {
font-size: 12px;
height: 14px;
margin: 0px;
}

.comment-form input,  .comment-form textarea {
width: 280px;
}

.comment-form textarea {
height: 300px;
font-size: 12px;
}

*
{
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}

html
{
	font-size: 62.5%;
}

a, a:link, a:visited, a:active
{
	
color: #881717;
}

a:hover
{
	
}

pre {
font-size:11px
}

abbr, acronym
{
	font-style: normal;
	border-bottom: dotted 1px #666;
	cursor: help;
}

blockquote
{
	border-left: .4em solid #e3e3e3;
	margin: 0 0 1em 1.5em;
	padding-left: .5em;
}

body
{
	background-color: #fff;
	font: 1.1em/1.75em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 40px 0;
}

code, var, kbd
{
	font-family: monaco, courier, monospace;
}

dt
{
	font-size: 1.5em;
}

h1
{
	font: bold 5em/.85em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
}

h1 a {
text-decoration: none;
}

h2
{
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.5em;
}

h3
{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}

h4
{
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
}

h5
{
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
}

h6
{
	font-size: 1.25em;
	font-weight: normal;
}

hr
{
	border: none;
	height: 1px;
	background: #999;
	margin: 2em 0;
}

input
{
	margin: .5em 0;
}

p
{
	margin-bottom: 1em;
}

ol, ul
{
	margin: 0 0 1em 1.5em;
}

sup
{
	color: #999;
	line-height: 0px;
}

a,
{
	color: #881717;
}

body,
{
	color: #000;
}

h3 a,
{
	text-decoration: underline;
}

#container
{
	width: 68em;
	margin: 0px auto;
}

#title
{
	float: left;
	text-align: right;
	width: 20em;
}

#title ul
{
	list-style-type: none;
	margin-top: 1em;
}

#title h4
{
	padding-top: 1em;
}

#area
{
	margin-left: 22em;
	padding: .75em 0 0 1em;
	width: 40em;
}

#footer
{
	clear: both;
	margin: 2em 0 0 21em;
	text-align: right;
}

#footer span
{
	float: left;
}

#prevnext
{
	margin: 1em 0;
	height: 2em;
	line-height: 2em;
}

#prev
{
	float: left;
	padding-left: 1em;
}

#next
{
	float: right;
	padding-right: 1em;
}

.off
{
	display: none;
}

#date {
margin-bottom: 0.5em;
}

.source {
color: gray;
}

.source  a {
color: gray;
}

h3 {
font-size: 13px;
font-weight: bold;
}