body
{
    font-family: sans-serif;
    line-height: 140%;
    text-align: justify;
    font-size: small;
    min-width: 70%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1%;
    padding-right: 1%;
}

strong
{
    color: #6030A0;
}

em
{
    color: #006060;
}

cite
{
    color: #600060;
}

h1. h2, h3, h4, h5, h6
{
    font-family: sans-serif;
}

h1
{
    font-size: x-large;
    text-align: center;
}

h2
{
    font-size: large;
    text-align: center;
}

h3
{
    font-size: medium;
}

h4
{
    font-size: small;
    font-style: bold;
}

h5
{
    font-size: small;
    font-style: italic;
}

h6
{
    font-size: small;
}

div.topbar
{
    text-align: center;
    font-size: small;
}

div.centered
{
    text-align: center;
}

div.centeredblue
{
    text-align: center;
    background-color: #DDDDFF;
    padding-top: 3px;
    padding-bottom: 5px;
}

div.centeredyellow
{
    text-align: center;
    background-color: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 5px;
}

div.green
{
    background-color: #DDFFDD;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 5px;
}


li
{
    padding-right: 1%;
    padding-left: 1%;
    margin-left: 1%;
}

img.noborder
{
    text-align: center;
    border-style: none;
    border: 0;
}

hr.short
{
    width: 60%;
}

sub
{
    font-size: small;
}

a.middle
{
    vertical-align: middle;
    vertical-align: 75%;
}
