.category_table {
	background-color: #FFFFFF;
	width: 150px;
}
.category_tr {
	background-color: #1E90FF;
	width: 150px;
}
.category_td {
	background-color: #1E90FF;
	width: 150px;
	display: block;
	}
.category_td a:link {
	width: 150px;
	font: 12px Arial;
	color: White;
	text-decoration: none;
   display: block;
}
.category_td a:visited {
	width: 150px;
	font: 12px Arial;
	color: White;
	text-decoration: none;
	display: block;
}
.category_td a:hover {
	width: 150px;
	font: bold 12px Arial;
	color: #FFFFF0;
	text-decoration: none;
	background-color: #FF1493;
	display: block;
	}
.category_td a:active {
	width: 150px;
	font: 12px Arial;
	color: #FFFFF0;
	text-decoration: none;
	background-color: #FF1493;
	display: block;
}