a.list_link {
	display:				block;
	color:					black;
}



table#list td.list_text {
	font-weight:			bold;
	text-align:				left;
}

table#list td.list_date {
	font-style:				italic;
	text-align:				right;
}

table#list tr.list_grey {
	background-color:		#CCCCCC;
}

table#list td {
	padding:				3px 0px 3px 0px;
}

table#list tr:hover {
	color:					red;
}

a.list_link:hover {
	color:					red;
}
