body
{
	background-color: #FF9900;
	color: #000;
	font-family: verdana,arial;
	font-size: 10px;
	padding-top: 40px;
}

a:link { color: #FFF; }
a:visited { color: #CCC; }
a:active { color: #990000; }

div.main
{
	position: absolute;
	left: 200px;
}

div { width: 450px; }

div.headbox
{
	padding: 7px;
	background-color: #91000A;
	color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #4C4C4C;
	margin-bottom: 12px;
}

div.threadbox
{
	padding: 7px;
	background-color: #F2F2F2;
	color: #080808;
	border-width: 1px;
	border-style: solid;
	border-color: #4C4C4C;
	margin-bottom: 12px;
}

span.c5 { color: #333; }
span.c4 { color: gray; }

.threadbox a:link { color: #000; }
.threadbox a:visited { color: #333; }
.threadbox a:active { color: #990000; }
