body,p,font,tr,th,td,ul,ol,li,a {
	font-family: sans-serif;
	font-size: 11px;
	color: black;
	line-height: 18px;
}
body {
	background-color: white;
	margin: 20px;
}
body,textarea {
	scrollbar-face-color: #B1BBC5;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #989EA6;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #8F9DAD;
	scrollbar-darkshadow-color: #000000;
}
input,textarea,select {
	border: 1px solid black;
	background-color: white;
	color: black;
	font-family: sans-serif;
	font-size: 11px;
	padding: 0;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #606060;
}
.badword {
	border-bottom: 1px dotted #CC0000;
}
p.comment {
	margin-left: 15px;
	text-indent: -15px;
}
p.commentinfo {
	margin-bottom: 20px;
	text-align: right;
	text-transform: lowercase;
}
p.title {
	border-bottom: 1px solid black;
	padding-bottom: 0;
	margin-bottom: 20px;
	font-weight: bold;
}