a:link{
    color: #891C18;
    font-weight: normal;
    text-decoration: underline;
    cursor: hand;
    font-family: Arial, Verdana, FreeSans, FreeSerif;
}
a:visited{
    color: #891C18;
    font-weight: normal;
    text-decoration: underline;
    cursor: hand;
    font-family: Arial, Verdana, FreeSans, FreeSerif;
}
a:hover{
    color: red;
    font-weight: normal;
    text-decoration: underline;
    cursor: hand;
    font-family: Arial, Verdana, FreeSans, FreeSerif;
}

