/* Authored by Joseph De Araujo */

a:link    {text-decoration: none; color: #800000; font-weight}
a:visited {text-decoration: none; color: #800000; font-weight}
a:hover {color: #800000; text-decoration: underline; font-weight: none}

a.green:link    {text-decoration: none; color: #65863C; font-weight}
a.green:visited {text-decoration: none; color: #65863C; font-weight}
a.green:hover   {color: #65863C; text-decoration: underline; font-weight: none}

a.black:link    {text-decoration: none; color: #333333; font-weight}
a.black:visited {text-decoration: none; color: #333333; font-weight}
a.black:hover {color: #000000; text-decoration: underline; font-weight: none}


.menuLink {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #545454;
        text-decoration: none;
}

h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
}

body, td, p, select, input, textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #800000;
}

