.whitelinks 
{
    color: White;
    font: arial;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.whitelinks:active
{
    color: White;
    font: arial;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.whitelinks:visited
{
    color: White;
    font: arial;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.whitelinks:hover
{
    color: White;
    font: arial;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.blacklinks 
{
    color: black;
    font: arial;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.blacklinks :active
{
    color: black;
    font: arial;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.blacklinks :visited
{
    color: black;
    font: arial;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.blacklinks:hover
{
    color: black;
    font: arial;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}