﻿body 
{
    background-color: #4876B3;
    color: White;
    font-family: Arial, Sans-Serif;
}

#content
{
    width: 700px;
    margin: auto;
}

#logo
{
    text-align: center;
}

h1
{
    font-family: "Arial Rounded MT Bold", Arial, Sans-Serif;
    font-size: 45pt;
}

a:link, a:visited, a:hover
{
    text-decoration: none;
    color: White;
}

a:hover
{
    text-decoration: underline;
}

#footer
{
    font-size: 10pt;
}
