

body
{
    position: relative;
    margin: 25px auto 0;
    color: White;
    font-size: 15px;
    font-family: Georgia, Georgia, serif;
    font-weight: normal;
    background: Black;
    text-align: center;
}

h1
{
    font-size: 1.7em;
    font-weight: normal;
    position: absolute;
    text-indent: -9999px;
}

h2
{
    font-size: 2.4em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    color: Red;
}

h3
{
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: -15px;
}

h4
{
    color: Aqua;
    font-size: 2em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

ul
{
    margin: 20px auto 35px;
    padding: 0;
    list-style-type: none;
}

li
{
    margin: 10px 0;
}

p
{
    font-size: 1em;
    margin-bottom: 25px;
}

a
{
    color: Aqua;
    text-decoration: underline;    
}

a:hover
{
    color: white;
    text-decoration: underline;
}

a:visited
{
    color: Aqua;
}

a:active
{
    color: gray;
    text-decoration: underline;
}

cite
{
    font-size: .75em;
}

/*________________________________________DIV______*/



.note
{
    margin-top: 50px;
    font-style: italic;
    font-size: .75em;
    font-family: Verdana, Geneva, sans-serif;
}

.footer
{
    width: 1000px;
    margin: 0px auto;
    padding: 30px 0px;
}



.footer p
{
    font-size: .75em;
    text-align: right;
    color: gray;
    margin: 0 auto;
}

