BODY {
	padding: 0px;
	margin: 0px;
}
A {
	text-decoration: none;
	color: #000;
}
A:hover {
	color: #666;
}
FORM {
	padding: 0px;
	margin: 0px;
}
#blog {
	position: absolute;
	top: 145px;
	left: 15px;
	z-index: 3;
	width: 575px;
	border-right: 2px solid #000;
}
H1 {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	margin-right: 15px;
}
H2 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-right: 15px;
}
P {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-right: 15px;
}
P A {
	text-decoration: none;
	color: #205C9D;
}
HR {
	height: 2px;
	background-color: #EFEFEF;
	border: none;
	margin-bottom: 30px;
	margin-right: 15px;
}

#links {
	position: absolute;
	top: 145px;
	left: 610px;
	width: 100px;
}
#links A {
	display: block;
	font-family: Tahoma, sans-serif;
	font-size: 0.6em;
	width: 100%;
	padding: 3px;
}
#links A:hover {
	background-color: #EFEFEF;
}
#links A.secondStyle {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #000;
}
#links A.secondStyle:hover {
	background-color: transparent;
}
.commentTable TD {
	padding: 1px;
	font-family: Tahoma, sans-serif;
	font-size: 0.6em;
}
.singleField {
	border: 1px solid #EFEFEF;
	border-bottom: 1px solid #000;
	font-family: Courier New, serif;
	font-size: 1.4em;
}
.button {
	border: 1px solid #EFEFEF;
	border-bottom: 1px solid #000;
	background-color: #FFF;
	font-family: Tahoma, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
.commentList {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px dashed #CCC;
	padding: 10px;
}
.commentList H1 {
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.commentList H2 {
	font-family: Tahoma, sans-serif;
	font-size: 0.6em;
	padding: 0px;
	margin: 0px;
}
.commentList P {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.5em;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;

}