<style>

a:link { color: blue; text-decoration: underline }
a:active { color: blue; text-decoration: underline }
a:visited { color: blue; text-decoration: underline }
a:hover {color: purple; font-family: Arial; vertical-align: 1; text-decoration: none; font-style: italic; font-weight: bold}

body { font-family: arial; color: darkblue; background-image: url(paleblue.jpeg) }
h2 { color: firebrick; font: Arial; font-weight: bold; }
h3 { color: crimson; font Arial; font-weight: bold; }
h4 { color: green; font Arial; font-weight: bold; }
h6 { color: green; font Arial; font-weight: bold; }

P { font-family: arial; color: darkblue; size: 10pt; }
p.r { font-family: arial; color: red; size: 10pt; }

</style>