/* Turn off underlines on clickable links */
a:link, a:visited, a:active
{
    text-decoration: none;
    color: black;
}

body
{
    margin: 0 px;
    padding: 0 px;
    border: 0 px;
    text: black;
}

.fontmed
{
    font: bold 12px helvetica,arial,sans serif;
}

.fontbig
{
    font: bold 15px helvetica,arial,sans serif;
}

.fontsmall
{
    font: bold 9px helvetica,arial,sans serif;
}

.topbar
{
    height: 40px;
    background-color: #87ce32;
    border-style: solid;
    border-width: 0px;
    border-color: #AAAAAA;
}

.bottombar
{
    height: 40px;
    background-color: #87ce32;
    border-style: solid;
    border-width: 0px;
    border-color: #CCCCCC;
}
