body, p, h1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12;
}

body
{
background-color: black;
}

p, h1
{
color: white;
}

h1
{
font-weight: bold;
}

hr
{
color:white
}


a:link    {color:white}
a:visited {color:white}
a:active  {color:lightblue}
a:hover   {color:lightblue}



