body
{
        font-family: Arial, helvetica;
}

.heading_bar
{
        background-color: RGB(96,0,96);
        border: 4px;
        height: 6px;
}

.section_bar
{
        background-color: RGB(96,0,96);
        border: 4px;
        height: 2px;
        width:  95%
}

h1
{
        text-align: center;
        padding-top: 5px;
        padding-bottom: 6px;
        margin-top:0;
        background-color: RGB(96,0,96);
        color: white;
}

h2
{
        text-align: center;
}

img
{
        border: 0
}


p#menu
{
        margin-top: 6pt;
        margin-bottom: 0pt
}

p#menu a
{
        text-decoration:none;
        display:block;
        padding:5px;
        width:190px;
        background:#505050;
        color:#eee
}

p#menu a:hover
{
        background:#bbb;
        color:#000
}

p#current_page
{
        text-decoration:none;
        display:block;
        padding:5px;
        width:190px;
        background:#bbb;
        color:#000;
        font-weight: bold;
        margin-top: 6pt;
        margin-bottom: 0pt
}

#navbar {
        background-color: #ddf;
        padding-bottom: 10px
}
