.ending
 a:visited { 
color : navy;
} 
a:hover { 
color : purple;
} 
a:active { 
color : #0000ff;
} 

