BODY {
    font-family: Arial;
}

P {
    font-family: Arial;
    font-size: 15;
}

P.heading {
    color: #336699;
    font-family: Verdana;
    font-size: 20;
}

A:link {
    color: #000099;
    text-decoration: underline;
}
A:visited {
    color: #000099;
    text-decoration: underline;
}
A:hover {
    color: #0000FF;
    text-decoration: underline;
}

A.menubar:link {
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
A.menubar:visited {
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
A.menubar:hover {
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    color: #FFFF00;
    text-decoration: underline;
}