﻿body 
{
    margin:0;
    padding:0;
    Font-Family: Trebuchet MS, Verdana;
    font-size:11px;
    color:White;
    background-color:Black;
}
a,
a:hover,
a:visited
{
    color:White;    
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
h1
{
    font-size:16px;
    font-weight:bold;
    line-height:20px;
    letter-spacing:4px;
}
h2
{
    margin-bottom:5px;
    margin-top:0px;
    font-size:14px;
    font-weight:bold;
    letter-spacing:4px;
    
}
