body{
background-color: black;
}


h1,h2,h3,h4
{
font-family: "lucida calligraphy", arial, 'sans-serif'; 
}

p,pa,table,li,address
{
font-family: "Berlin Sans FB", "Bookman Old Style", arial, "sans serif", 'sans-serif'; 
margin-left: 0pt;
color:silver;
}

p,li,th,td
{
font-size: 14;
}

th {background-color:#FAEBD7}



h1
{
font-size: 26;
color:red;
text-align: center; 
}

h2,h3,h4,hr 
{
color:cornflowerblue;
text-align: left;
}

h2{font-size: 22;}
h3{font-size: 20;}
h4{font-size: 18;}



a:link    {color:orange}
a:visited {color:orange}
a:active  {color:red}
a:hover   {color:red}