html,body
{
width:100%;
height:100%;
background:black;
margin:0px;
font-family:"trebuchet ms", sans-serif;color:white;
}
img
{
border-width: 0px;
}
a:link{color:#ababab; text-decoration: none;}
a:visited{color:#ababab; text-decoration: none;}
a:active{color:#ababab; text-decoration: none;}
a:hover{color:#ababab; text-decoration: none;}
p
{
color:white;
font-family: "trebuchet MS", sans-serif;
font-size:18px;
}
table
{
width:100%;
height:100%;
}
tr
{
vertical-align:top;
}