BODY {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 75%;
    background-color: white;
    color: black;
    margin-left:   1.5em;
    margin-top:    0;
    margin-right:  3em;
    margin-bottom: 2em;
}

A {
}

A:link {
    text-decoration: underline;
    color: black;
}

A:link:hover {
    text-decoration: none;
}

A:visited {
}

A:active {
}

A:focus {
}

A IMG  {
    border: none;
}

.floatleft {
    float: left;
    margin: 0.5em 1.5em 0.5em 0em;
}

.footer {
    text-align: right;
    margin-top: 6em;
    font-size: 80%;     /* 80% of the body text size */
    clear: both;
}

.indent1 {
    margin-left: 3em;
}

UL {
    list-style-type: disc;
    list-style-position: outside;
}



