a:link,a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}

.byclass {
	font-size: 10pt;
	margin: 0px;
	float: left;
	padding: 8px;
	font-weight: normal;
}
.byclass li {
	padding: 0px;
	margin: 0px;
	height: 20px;
	list-style-type: none;
	float: left;
	width: 80px;
}


