html,body
{
 font-family: sans-serif;
 padding:0;
 margin:0;
 height: 100%;
 background:#dcd8d8 url('images/back-gradient.png') repeat-x scroll top left;
}

a.menu
{
 color:#ffffff;
 text-decoration:none;
}

a.link
{
 color:#ff0000;
 text-decoration:none;
 font-size:18px;
}

.heading
{
 color:#000000;
 font-size:23px;
}

span.date
{
 color:#7f7f7f;
 font-size:14px;
}

.nobr
{
 white-space: nowrap
}

span.footer
{
 font-size:10px;
}

div.footer
{
 float: left;
 width: 1000px;
 background-color:#000000;
}

table.outer
{
 margin-left: auto;
 margin-right: auto;
 width:1050px;

 height:auto !important;
 height:100%;
 min-height: 100%;
}

