A{ text-decoration : none; color : #0000FF; } 

A:hover { text-decoration: underline; color : #9900FF; } 
           

A.link{ text-decoration : none; color : 0000CC; } 

A.link:hover{ text-decoration: underline; color : Purple; } 


A.white{ text-decoration : none; color : White; } 

A.white:hover{ text-decoration: underline; color : White; } 

