.title {    font-family: arial, sans-serif; 
    font-size: 14pt; 
    font-weight: bold;  
    color: #000000; 
    text-decoration: none; 
} 
.title:link, 
.title:visited { 
   font-size: 14pt;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
} 
.title:hover { 
   font-size: 14pt;
   font-weight: bold;
   color: #666666;
   text-decoration: none; 
}