.mainbtn
{
    width:128px;
    height:128px;
    background:url(../images/Button.png) no-repeat center;
    text-align:center;
    vertical-align:middle;
    border:0px;
}
.mainbtn:active
{
    width:128px;
    height:128px;
    background:url(../images/ButtonFlipped.png) no-repeat center;
    text-align:center;
    vertical-align:middle;
    border:0px;
}
.mainbtn_content
{
    width:128px;
    height:128px;
    background:url(../images/Button.png) no-repeat center;
    text-align:center;
    vertical-align:middle;
    border:0px;
}
.mainbtn_content:active
{
    width:128px;
    height:128px;
    background:url(../images/ButtonFlipped.png) no-repeat center;
    text-align:center;
    vertical-align:middle;
    border:0px;
}
html
{
    height:100%;
}

.section
{
}

.section_header
{
border: solid 1px #777777;
font-weight: bold;
}

.section_body
{
border: solid 1px #AAAAAA;
padding: 3px;
}

#hits
{
    color:#BBBBBB;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8px;
}
#hitstd
{
    color:#BBBBBB;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8px;
}