body
{
margin: 25;
text-align:center;
font-family: Verdana,Arial,sans-serif;
color: white;
background-color: black;
}

a:link { color: #000000; text-decoration: none;}
a:active { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #FF0000; text-decoration: none;}

h2
{
color: black;
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
}

h3
{
color: white;
font-size: 14px;
margin-top: 5px;
margin-bottom: 5px;
}

h4
{
color: black;
font-size: 18px;
margin-top: 5px;
margin-bottom: -10px;
}

p
{
font-size: 13px;
margin-top: 10px;
margin-bottom: 15px;
}

