a:hover {color: #0000FF}
a:link { color:  #000000 }
a:visited { color: #000000 }
a:active { color: #0000FF }

#anchor1 {
	color: #000000;
	text-decoration: none;
} 

#anchor1:hover {
	color: #0000FF;
}
#anchor1:a  { text-decoration: none }

#listing1 {
	line-height: 16px;
	font-size: 12px;
	border: 1px solid #666; 
    padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	background: #FFFF99;
 }

#listing1:hover {
	background: #FFFFFF;
	color: #000000;
}

#listing1:a  { text-decoration: none }

#listing2 {
	line-height: 16px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #666; 
    padding-left: 4px; 
	padding-right: 4px; 
	background: #FFFF78;
 }

#listing2:hover {
	background: #FFFFFF;
	color: #000000
}

