body
{
   background-image: url('/images/bluebubbletile.png');
   background-attachment: fixed;
   color: #ffffff;
   font-family: "microsoft sans sarif", arial, helvetica;
   font-size: .9em;
   text-align: center;
   margin: 40;
   border-width: 0;
}

div.content
{
    max-width: 1200px;
    text-align: center;
}   

div.left
{
    float: left;
    width: 160px;
    text-align: center;
}

div.right
{
    text-align: center;
    margin-left: 200px;
}

h3
{
    text-align: left;
}

p
{
    text-align: left;
}

img.steps
{
    display: block;
    text-align: left;
    width: 70%;
}

table.mainmenu
{
    width: 70%;
    border-collapse: collapse;
    border-color: #ffffff;
    border-style: double;
    border-size: 1px;
}

table.listmenu
{
    width: 100%;
    border-collapse: collapse;
    border-color: #ffffff;
    border-style: double;
    border-size: 1px;
}

tr.top
{
    background-color: #000000;
    color: #ffffff;
    font-size: 2em;
}

tr.bottom
{
   background-color: #ffffff;
   color: #000000;
   font-size: .9em;
   text-align: center;
}

td.left
{
   vertical-align: top;  
   text-align: left;
   background-color: #b0b0b0;
   width: 30%;
   padding: 10px
}

td.right
{
   vertical-align: top;
   text-align: left;
   padding: 10px;
}

div.bbsetup
{
   text-align: center;
   display: inline;
   width: 30%;
   background-color: #b0b0b0;
   border-style: solid;
   border-size: 3px;
}
