a {
	color: #ff0000;
}
a:hover {
	color: #0000ff;
}
a.forum {
	color: #800000;
	text-decoration: none;
}
a:hover.forum {
	color: #ffcc99;
	text-decoration: none;
	background-color: #800000;
}
a.preview {
	color: #ffff00;
	text-decoration: none;
}
a:hover.preview {
	color: #ffcc99;
	background-color: #800000;
	text-decoration: none;
}
HR {
	line-height : normal;
	color : darkgray;
}
TR.warren {
	background-color: #ffffff;
}
TR.warren2 {
	background-color: #ffcc99;
}
