BODY {
    font-family: Arial;
    font-size: 12;
}

P {
    font-family: Arial;
    font-size: 12;
}

P.heading {
    color: #AA0000;
    font-family: Verdana;
    font-size: 20;
}

P.title {
    color: #008000;
    font-family: Arial;
    font-size: 16;
    font-weight: bold;
}

P.navigation {
    font-family: Verdana;
    font-size: 14;
}

TD {
    font-family: Arial;
    font-size: 12;
}

UL.cross {
    list-style: url(http://www.wmcwels.com/images/bullet.gif) disc;
    color: black;
}

A:link {
    color: #000099;
    text-decoration: underline;
}
A:visited {
    color: #000099;
    text-decoration: underline;
}
A:active {
    color: #000099;
    text-decoration: underline;
}
A:hover {
    color: #AA0000;
    text-decoration: underline;
}

A.footer:link {
    color: #CCCCFF;
    text-decoration: none;
}
A.footer:visited {
    color: #CCCCFF;
    text-decoration: none;
}
A.footer:active {
    color: #CCCCFF;
    text-decoration: none;
}
A.footer:hover {
    color: #DDDDFF;
    text-decoration: underline;
}