.main {
	font-size:12px;
}
.topicontxt, td {
	font-size:12px;
	font-family: Arial;
	color:black;	
}
a:link,a.topicontxt:link {
	text-decoration:none;
	color:red;
}
a:visited,a.topicontxt:visited {
	color: #8C0000;
	text-decoration:none;
}

a:hover,a.topicontxt:hover {
	text-decoration:underline;
}

a:active,a.topicontxt:active {
	text-decoration:underline;
	color:green;
}

.footer,.footer a:link,.footer a:visited  {
	font-size:10px;
	font-family: Arial;
	color:white;	
	text-decoration:none;
}
.footer a:hover {
text-decoration:underline;
}
textarea,input.textbox {
	font-size:12px;
	font-family: Arial;
	color:#8c0000;	
	background-color: #cCcccc;	
}
input {
	font-size:12px;
	font-family: Arial;
	color:white;	
	background-color: #8C0000;
}
/* comments */
.msgline {
	clear: both;	
	margin-top:5px;
	margin-bottom:10px;
	font-family:arial;
	font-size:11px;
}
.posted {
	color:green;
}
.like {
	color:blue;
}
.rating {
	color:red;
}
h4 {
	color:#882222;
	margin-bottom:4px;
	font-size:10pt;
	font-weight:bold;
}
h3 {
	color:#BB0000;	
	font-size:12pt;
	font-weight:bold;
}
strong {
	color:#550000;
	font-weight:bold;
}

ul, ol {
	margin-top:3px;
	margin-bottom:3px;
}

div.smallps p, div.smallps h3  {
	margin-top:1px;
	margin-bottom:1px;
}
.outdated {
	text-decoration-line: line-through;
	text-decoration-color: red;
	-webkit-text-decoration-line: line-through;
	-webkit-text-decoration-color: red;	
}