@charset "ISO-8859-1";
.bbcss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
/* links */
a:link, a:visited {
	color:#993300;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color:#FFFFFF;
	background-color:#625A20;
	text-decoration:none;
}
