/* Overall link properties */
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

/* text properties */
#listsmall {
	font-family: Arial;	
	font-size: 0.70em;
}

/* category heading bar */
.headbar {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #585458;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	padding:3px;
	display: block;
	background: #ECECEC;
}