a:active {
color : #660000;
text-decoration : none;
}

a:visited {
color : #800000;
text-decoration : none
}

a:hover {
color : blue;
text-decoration : none;
}

a:link {
color : #660033;
text-decoration : none
}