body
{
    font-family: georgia, times, 'times new roman', serif;
    background-color:#000;
    font-size:100.01%;
    color:#fff;
    margin: 2em 0 0 2em;
}

h1
{
    font-size:2.5em;
    font-weight:normal;
}

p
{
    margin-top:2em;
    font-size:1.2em;
}

a:link
{color: #69f; text-decoration:underline;}

a:hover, a:visited:hover
{color: red; text-decoration:underline;}

a:active
{color: #099; text-decoration:none;}

a:visited
{color: #69f; text-decoration:underline;}

