﻿body 
{
    background-color: #DDD;
    text-align: center;
    width: 800px;
}
.content
{
    background-color: #FFF;
    width: 600px;
    text-align: left;
    padding: 15px 20px 0px 20px;
    margin: auto;
    border-top: solid 10px #EE9;
    border-bottom: solid 10px #EE9;
}
p
{
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
    line-height: 150%;
}
h1
{
    font-family: Verdana, Sans-Serif;
    font-size: 15pt;
    padding-bottom: 5px;
}
.footer
{
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    padding :  5px 0px 10px 0px;
}
.win
{
    background-color: #FFF;
    border: solid 1px #000;
    font-size: 12pt;
    font-weight: bold;
    padding : 10px 50px 5px 50px;
}
.win1
{
    background-color: #CCC;
    border: solid 1px #000;
    font-size: 12pt;
    font-weight: bold;
}

