a:link, a:visited {
    color: teal;
    }

a:active, a:hover {
    color: orange;
    }

body {
    margin: 0px;
    font-family: Comic Sans MS, Arial, sans-serif;
    background: palegoldenrod;
    }

img {
    margin-bottom: -5px;
    }

img.outline {
    border: solid 1px black;
    }

font.title {
    font-size: large;
    color: teal;
    font-weight: bold;
    }

font.subtitle {
    font-size: medium;
    color: teal;
    font-weight: bold;
    }

font.bottomlinks {
    color: teal;
    font-size: smaller;
    }

font.currentpage {
    color: darkgreen;
    font-weight: bold;
    }
