A:visited {
color : #5e5eff;
text-decoration : none;
}

A:link {
color : #000099;
text-decoration : none;
}

A:active {
color : #cc0000;
text-decoration : none;
}

A:hover {
color : #ff4600;
text-decoration : underline;
}
