.collection_table {
	background-color: Red;
	width: 150px;
	color: White;
}
.collection_tr {
	background-color: Red;
	width: 150px;
	color: White;
}
.collection_td {
	background-color: Red;
	width: 150px;
	display: block;
	color: White;
	}
.collection_td a:link, .collection_td a:visited {
	width: 150px;
	font: 12px Arial;
	color: #FFFF99;
	text-decoration: none;
	display: block;
}
.collection_td a:hover, .collection_td a:active {
	width: 150px;
	font: bold 12px Arial;
	color: Black;
	text-decoration: none;
	background-color: #00BFFF;
	display: block;
	}