BODY
{
    font-size: 1em;
    font-weight: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: palatino, times, serif;
    background: #FFFFEE;
    margin-top: 2%;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    background-color: #cbe4fe;
}

P { text-align: left; }
P.Right { text-align: right; }
P.Center { text-align: center; }

P.Indent
{
    text-align: left;
    margin-left: 2.5em;
}

UL
{
    text-align: justify;
    text-indent: 0em;
    list-style: disc;
}

H1
{
    text-align: center;
    font-size: large;
    font-weight: bold;
    color: #000066;
    background-color: transparent;
}

H2
{
    text-align: left;
    color: #000066;
    font-size: large;
    font-weight: normal;
    background-color: transparent;
}

H3
{
    text-align: left;
    font-style: italic;
    color: #000066;
    font-size: medium;
    font-weight: normal;
    background-color: transparent;
}

IMG.right
{
    float: right;
    vertical-align: top;
}

IMG.left
{
    float: left;
    vertical-align: bottom;
}

A
{
    color: ltblue;
    text-decoration: none;
    background-color: transparent;
}

A:hover
{
    color: ltblue;
    background: #CAFFFF;
}

A:visited
{
    color: darkblue;
    text-decoration: none;
    background-color: transparent;
}