a:link {
        font-weight: bold;
        text-decoration:none;
        color: #555555 
}

a:visited {
        font-weight: bold;
        text-decoration:none;
        color: #555555 
}

a:active {
        font-weight: bold;
        color:#ff6600 
}

a:hover {
        font-weight: bold;
        text-decoration:underline;
        color:#ff0000 