body 
{
background-color: #000000;
}
h1
{
font-size: xx-large;
color: #FF0000;
font-weight: bold;
}
h2
{
font-size: small;
color: #FFFFFF;
font-weight: normal;
}

a:link    {color:#FFFFFF}
a:visited {color:#CCCCCC}
a:active  {color:#FF0000}
a:hover   {color:#FF0000}