
<STYLE TYPE="text/css">

a:link { color: blue; text-decoration: underline; font-weight: bold; }
a:visited { color: purple; text-decoration: underline; font-weight: bold; }
a:active { color: green; text-decoration: underline; font-weight: bold; }
a:hover { color: black; text-decoration: underline; }

H1 {color: black; background-color: tan; font-family: sans-serif; text-align: center; font-weight: bolder; font-size: 200%; padding: .5em; }
H2 {color: white; background-color: teal; font-family: sans-serif; text-align: left; font-weight: bolder; font-size: 150%; padding: .5em; }
H3 {color: gray; background-color: #EEEEEE; font-family: sans-serif; text-align: left; font-weight: bolder; font-size: 120%; margin: .5em; padding: .25em; }
P {color: black; font-family: sans-serif; text-align: left; margin: .5em; }
P.intro {color: teal; font-size: 100%; font-family: sans-serif; text-align: left; }
P.credits {color: teal; font-size: 80%; font-family: sans-serif; text-align: left; }
P.italics {color: teal; font-size: 100%; font-family: sans-serif; font-style: italic; text-align: center; font-weight: bold; }
P.footer {color: black; background-color: tan; font-size: 80%; font-family: sans-serif; text-align: center; }

LI {color: black; font-size: 100%; font-family: sans-serif; text-align: left; }

</STYLE>
