a.list {
	font-family: Verdana;
	font-size: 11px;
	background-color: transparent;
	text-decoration : none;
	color : Black;
}
a.list:hover {
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	text-decoration: underline;
}
a.list2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	text-decoration : none;
	color : Red;
}
a.list2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
	text-decoration: underline;
}

