<html>
<head>
<style type="text/css">
	<!--
	/* styles.css (style sheet) written by Miles Holroyd
	Last modified 25 March 2006
	Intended to comply with HTML 4.01 and XHTML 1.0
	The colour and font-family attributes of the first line below the comments do not appear to be recognised by Netscape Navigator */

	/* can change visited hyperlink from blue (#0000FF) to purple or medium blue (#0000CC) */

	h1 {color: #006600; font-family: Verdana, Arial, Helvetica, sans-serif;}
	/* page background: white */
	body {background-color: white;}
	/* headings: left-aligned (default) dark green */
	h2, h3, h4, h5 {color: #006600; font-family: Verdana, Arial, Helvetica, sans-serif;}
	/* footer information: centre-aligned dark blue */
	h6 {text-align: center; color: #000099; font-family: Verdana, Arial, Helvetica, sans-serif;}
	/* horizontal rule: dark green, black in Netscape Navigator */
	hr {size: 2; color: #006600;; clear: both;}
	/* text: dark blue sans serif */
	p, blockquote, br, div, table, ol, ul {color: #000099; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
	/* hyperlinks: standard colours */
	a:link {color: #0000FF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
	a:active {color: red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}	
	a:visited {color: #0000FF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}
	/* class to centre headings, paragraphs, navigation buttons */
	h3.centered {text-align: center;}
	h4.centered {text-align: center;}
	h5.centered {text-align: center;}
	p.centered {text-align: center;}
	div.centered {text-align: center;}
	table.centered {text-align: center;}
	/* class to indent text */
	div.indented {margin-left: 50 px;}
	/* class to right-align text, eg dates in guest book entries */
	p.rightaligned {text-align: right;}
	/* class to increase font size of centered text */
	p.larger {text-align: center; font-size: 120%;}
	p.title {text-align: center; font-size: 12pt; text-decoration: underline;}
	/* class to increase font size of hyperlinks */
/*	a:link.larger {font-size: 110%;}
	a:active.larger {font-size: 110%;}
	a:visited.larger {font-size: 110%;} */
	/* class to position a table containing a photo and caption */
	table.photo {float:right; margin-left: 5; margin-bottom: 5;}
	/* class to create short horizontal rule */
	hr.short {width: 50%;}
	-->
</style>
</head>
</html>