BODY{
	background:#fff;
	color:#000;
}
A:Link{
	color:			#000;
	font-weight:		bold;
	text-decoration:	none;
}
A:Visited{
	color:			#888;
	font-weight:		bold;
	text-decoration:	none;
}
A:Active{
	color:			#000;
	font-weight:		bold;
	text-decoration:	none;
}
A:Hover{
	color:			#fff;
	background-color:	#000;
	text-decoration:	none;
}
STRONG{
	font-size:	1.5em;
	font-weight:	bolder;
}
DIV.thread{
	margin-left:	2.0em;
}
DIV.body{
	margin-left:	2.5em;
}
DIV.headfoot{
	text-align:	center;
	font-size:	0.8em;
}
SPAN.bold{
	font-weight:	bolder;
}
SPAN.name{
	color:		#333;
}
SPAN.date{
	color:		#444;
	font-size:	0.8em;
}

