a {
 text-decoration: none; 
 color: #666666;
 }

a:hover {  
 text-decoration: none;
 color: #000000; 
 }

a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=60);
 }

.content { 
 font-family: Arial; 
 font-size: 12px; 
 color: #666666; 
 }
 
.marker { 
 font-family: Arial; 
 font-size: 12px; 
 font-weight: bold; 
 color: #666666; 
 }