.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 4px;
}
a.list:link {
	color: #3333ff;
	text-decoration: none;
}
a.list:visited {
	color: 0099ff;
	text-decoration: none;
}
a.list:hover {
	color: 003399;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 003399;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 003399;
}

