body
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

div#logo
{
    margin-bottom: 10px;
}

p,h1,h2,h3
{
    font-family: "Arial", "Helvetica", sans-serif;
}

h1
{
    margin-top: 40px;
    color: #8f0094;
    font-size: 2em;
    font-weight: 500;
}

h2
{
    color: #8f0094;
    font-size: .9em;
    font-weight: 500;
}

h3
{
    font-weight: 800;
    font-size: .9em;
    font-style: italic;
}

p
{
    font-size: .8em;
}

