a {
    text-decoration: none;
}

a:link {
    color: #0000FF;
}

a:visited {
    color: #660099;
}

a:active {
    color #FF0000;
}

a:hover {
    font-weight: bold;
}
