body
{
margin: 0;
padding: 0;
background-color: #e2e2e2;
background-image: url(../images/bodybg.gif);
background-repeat: repeat-x;
background-position: top;
}

table.master
{
width: 999px;
height: 100%;
margin: auto;
border-collapse: collapse;
}

tr.master
{
border-left:1px solid #999;
border-right:1px solid #999;
background-color: #fff;
}

td
{
vertical-align: top;
color: #888;
font-family: Georgia, Helvetica, Arial;
font-size: 12px;
background-color: #fff;
}

td.content
{
padding: 0 123px;
vertical-align: top;
text-align: left;
}

h1
{
color: #888;
font-family: Georgia, Helvetica, Arial;
font-size: 14px;
font-weight: bold;
margin: 0 0 5px 0;
}

a
{
color: #336699;
text-decoration: none;
}

a:hover
{
color: #336699;
text-decoration: underline;
}

a:active
{
color: #336699;
text-decoration: underline;
}