body {

    font-size: 1em;
    line-height: 1.2em;
    background-color: black;
}

body,h1,h2,h3,p,li,ul {

    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;     
    color: white;
}


a {
    color: #cccc99;
}

a:hover {
    
    color: white;
    text-decoration: none;
}


h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.1em;
    font-weight: normal;
}

h3 {
    font-size: 0.9em;
    font-weight: bold;
}
