body
{
    font-family: Georgia, Tahoma, Verdana, Arial, Sans-serif;
    line-height: 1.5em;
    color: #000;
}

p
{
    margin: 1.5em 0;
    font-size: 1.1em;
    line-height: 1.8em;
}

h1
{
    text-align: center;
    font-size: 2em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.8em;
}

h2
{
    text-align: center;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.4em;
}

#navigation li
{
    color: #000;
    font-size: 0.95em;
}

#navigation a
{
    color: #000;
    text-decoration: none;
}

#navigation a:hover
{
    text-decoration: underline;
}

#footer
{
    font-size: 1.2em;
}

ul
{
    margin: 1.2em 2.5em;
    list-style: disc;
}

dl
{
    padding-left: 1.5em;
}

dt
{
    margin: 1.5em 0 0.5em 0;
    font-style: italic;
}

dd
{
    margin-left: 1em;
}

a
{
    color: #E6378E;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
