<!--   This sets the styles for the document, can add in extra stuff for headings etc -->
p{font-family:"Times New Roman"; color=black; font-weight:normal; font-size:12pt; text-decoration:none}

h1{margin: 0em 0em 0em 0em; font-family:"Times New Roman"; color=black; font-weight:bold; font-size:42pt; text-decoration:none; text-align="center"}
h2{margin: 0em 0em 0em 0em; font-family:"Times New Roman"; color=black; font-weight:bold; font-size:16pt; text-decoration:underline}
h3{margin: 0em 0em 0em 0em; font-family:"Times New Roman"; color=black; font-weight:normal; font-size:14pt; text-decoration:none}


<!--   The 'a:' sets the look and feel of the links on the page -->
a:link{font-family:"Times New Roman"; color=red; font-weight:normal; font-size:12pt; text-decoration:none} 
a:visited{font-family:"Times New Roman"; color=blue; font-weight:normal; font-size:12pt; text-decoration:none}
a:hover{font-family:"Times New Roman"; color=green; font-weight:normal; font-size:12pt; text-decoration:none}

body{background-color:B6EFF0}
