body {
    font-family: Kennedy, Garamond, Times Roman;
    background-color: #E0FAF5;
    /* glacier ice, slightly green. */
    font-size: 10px;
}
.footerleft {
    overflow: visible;
    text-align: left;
    z-index: 90;
}
.footermid {
    position: float;
    overflow: visible;
    text-align: center;
    z-index: 80;
}
.footerright {
    overflow: visible;
    text-align: right;
    z-index: 70;
}