/* CSS Document */

body
{
margin-left:0;
margin-top:0;
margin-bottom:0;
background-color:black;
font-family:Arial, Helvetica, sans-serif;
}

table
{
background-color:white;
margin-top:0;

}

td
{
background-color:white;

}

td.text
{
font-size:12px;
padding-left:30px;
padding-right:30px;
}

a:link
{
color:red;
text-decoration:none;
}

a:hover
{
text-decoration:underline;

}

h1
{
font-family:Arial, Helvetica, sans-serif;
font-size:40px;
font-weight:bold;
}