p,H1,H2,H3
{
   margin: 10px;
}

body
{
        color: #111111;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

.head
{
    top: 0px;
    left: 0px;
    position: absolute;
    height: 40px;
    width: 100%;
    background: #bbbbbb;
    text-align: center;
    vertical-align: center;
}

.head H1
{
    font-weight: bold;
    text-align: center;
    vertical-align: center;
    font-size: 13px;
}

.main
{
    top: 40px;
    width: 100%;
    text-align: center;
    position: relative;
    vertical-align: center;
}

.main img
{
    border-width: 0px;
}

.main H2
{
    font-size: 13px;
}

.main H3
{
    font-size: 12px;
}

.mainindex
{
    top: 40px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.mainindex table
{
    width: 100%;
    text-align: center;
}

.mainindex img
{
    border-width: 0px;
}

.foot
{
    bottom: 0px;
    left: 0px;
    position: absolute;
    height: 40px;
    width: 100%;
    background: #bbbbbb;
    text-align: center;
    vertical-align: center;
}

.foot a
{
    text-decoration: none;
    color: #111111;
}

.foot img
{
    border-width: 0px;
}
