a.example span
{
color: #660000;
text-decoration: none
}

a.example:hover span
{
color: #B89B33;
text-decoration: none
} 

a.example span span
{
color: #B89B33;
text-decoration: none
}

a.example:hover span span
{
color: #FFFFFF;
text-decoration: none
} 


a.example span span span
{
color: #007DC3;
text-decoration: none
}

a.example:hover span span span
{
color: #B89B33;
text-decoration: none
} 






