.redlink {
    font-family: arial;
    color: white;
    text-decoration: none;
    width: 188px;
    font-size: 16px;
        font-weight: bold;
    line-height: 23px;

}
.redlink:link {color: white;text-decoration: none;}
.redlink:visited {color: white;text-decoration: none;}
.redlink:active {color: white;text-decoration: none;}
.redlink:hover {color: red;text-decoration: underline; font-weight: bold;}

.blacklink {
    font-family: arial;
    color: black;
    text-decoration: none;
    font-size: 13px;
        font-weight: bold;
}
.blacklink:link {color: black;text-decoration: none;}
.blacklink:visited {color: black;text-decoration: none;}
.blacklink:active {color: black;text-decoration: none;}
.blacklink:hover {color: red;text-decoration: underline; font-weight: bold;}

