<style>

h1 {font-size: large;
    font-family: sans-serif;
    font-weight: bold;
    color: darkblue}

h2 {font-size: large;
    font-family: sans-serif;
    font-weight: bolder;
    color: darkblue}

h3 {font-size: large;
    font-family: sans-serif;
    font-weight: normal;
    color: darkblue}

h4 {font-size: medium;
    font-family: sans-serif;
    font-weight: bold;
    color: darkblue}

h5 {font-size: medium;
    font-family: sans-serif;
    font-weight: bolder;
    color: darkblue}

h6 {font-size: medium;
    font-family: sans-serif;
    font-weight: normal;
    color: darkblue}

ul {color: black;
    font-weight: bold}

li {color: black;
    font-weight: bold}

em {color: darkgreen}

a:link {color: blue}

a:visited {color: maroon}

p.stressed {font-style: italic;
            text-decoration: underline}

</style>
