html, body
{
 margin:0px;
 padding:10px
}

body
{
 font-family:tahoma;
 font-size:11px;
 color:#ffffff;
 background-color:#000000;
}

input, select, td
{
 font-family:tahoma;
 font-size:11px;
 color:#ff0000;
}

a
{
 text-decoration:underline;
 color:#ff0000;
}

a:hover
{
 text-decoration:underline;
 color:#0000ff;
}
