a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#listing {
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: none;
	display: block;
	width: 460px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
}
#listing li {
	display: block;
	float: left;
	margin: 0px;
}

