<html>
<head>



/* font colours*/


h1 {font-weight: bold}

p {color:#003300}
h1 {color:#003300}
h2 {color:#003300}


/* alignment*/

h1 {text-align: center}
h2 {text-align: left}



/* link no underline*/

a {text-decoration: none}


/* fonts*/


h1 {font-family: tahoma}
h2{font-family: tahoma}
p {font-family: tahoma}
a {font-family: tahoma}



h1 {font-size: 100%}
h2 {font-size: 75%}
p {font-size: 100%}
a {font-size: 75%}



a.special {color: #003300; text-decoration:none;}
a.special:hover {color: #006800; text-decoration:underline;}
a.special2 {color: #00330; text-decoration:underline;}
a.special2:hover {color: #009800; text-decoration:underline;}
