.leg:LINK {
	color : #0000FF;
	text-decoration : none;
}
.leg:HOVER {
	color : #FF00FF;
	text-decoration: none;
	background-color: #00FFFF;
}
.leg:VISITED {
	text-decoration : none;
	color : #0000FF;
}

.listbar {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 15px;
	;
	text-decoration: none
;
	color: #0000FF
}
.listbar:HOVER {
	color : #000066;
	text-decoration : none;
	font-weight : bold;
	display : block;
	;
	cursor: hand;
	background-color: #00FFFF;
}
.listbarDes {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : small;
	text-decoration: none;
	color : #999999;
}
.listbarDes:HOVER {
	color : #666666;
	text-decoration : none;
	background-color : Aqua;
	font-weight : bold;
	display : block;
}.linkbar {  color: #0000FF; text-decoration: none}

