<style>

body { background-color: #ffffff  }<!-- white background -->

H1 {color: #00008b; text-align: center; font-family: arial; font-weight: bold; font-size: 25pt }
<!-- 25pt, bold, centered -->

H2 {color: #00008b;  font-family: arial; font-size: 16pt  }
<!-- 16pt, centered -->

H3 {color: #00008b; text-align: left; font-family: arial; font-weight: lighter; font-size: 12pt }
<!-- 12pt, left aligned, lighter font -->

H4 {color: #00008b; text-align: left; font-family: arial; font-size: 10pt }
<!-- 10pt, left aligned -->

H5 {color: #00008b; text-align: left; font-family: arial; font-size: 9pt }
<!-- 9pt, left aligned -->

H6 {color:#00008b; text-align: left; font-family: arial; font-size: 8pt }
<!-- 8pt, left aligned -->

a:link { color: #0000cd } <!-- med blue -->

a:visited { color: #0000cd } <!-- ?colour -->
 
</style>
