a:link {
 color: #0000a2;
 text-decoration: none;
}

a:visited {
 color: #800080;
 text-decoration: none;
}

a:hover {
 color: #FF0000;
 text-decoration: underline;
}
