html
{
margin: 0;
padding: 0;
background: #000000;
}

div.container
{
background: #000000;
width: 1000px;
}

div.content
{
color: #ffffff;
padding: 10px;
}

div.footer
{
text-align: center;
font-size: x-small;
font-weight: bold;
background: #000000;
color: #ffffff;
margin-left: 100px;
}

img.header
{
padding: 5 0 5 0;
}

table.content
{
border-collapse: collapse;
text-align: center;
border: medium solid #ffffff;
}

td.main
{
border-bottom: thin solid #ffffff;
}

td.center
{
border-bottom: thin solid #ffffff;
border-right: thin solid #ffffff;
border-left: thin solid #ffffff;
}

td.centermain
{
text-align: justify;
border-bottom: thin solid #ffffff;
border-right: thin solid #ffffff;
border-left: thin solid #ffffff;
}

table.sidebar
{
text-align: center;
}

td.sidehead
{
background: #ffffff;
color: #ffffff;
}

td.menu
{
text-align: center;
background: #ffffff;
color: #ffffff;
}

a.menu
{
text-decoration: none;
color: #ffffff;
font-family: impact, arial;
}

a.mail
{
text-decoration: none;
color: #ffffff;
}

