

a {
        color: #FFFFC0;
        text-decoration: none;
}

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

