.SearchSkinObject {
    font-weight: normal;
    font-size: 10pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
   
}

A.SearchSkinObject:link {
    text-decoration: none;
    color: #ffffff;
    
}

A.SearchSkinObject:visited  {
    text-decoration:    none;
    color: white;
    
}

A.SearchSkinObject:active   {
    text-decoration: none;
    color: white;
   
}

A.SearchSkinObject:hover    {
    text-decoration: none;
    color: lightskyblue;
    background-color: transparent;
    
}




