h1, h2, p, ul
	{
	font-family: Verdana, sans-serif;
	}

h1
	{
	font-size: 14pt;
	text-align: center;
	}
h2
	{
	font-size: 12pt;
	text-align: left;
	}

div.main
	{
	width: 80%;
	margin: auto;
	}
	
p.centre
	{
	text-align: center;
	}

p.pagetitle
	{
	background-color: #eeeeee;
	padding: 8px;
	}

p, ul
	{
	font-size: 10pt;
	}

ul
	{
	list-style-type: disc;
	padding-left: 100pt;
	}
li
	{
	padding-bottom: 0px;
	padding-left: 7px;
	}

a:link
	{
	color: Blue;
	text-decoration: none;
	}
a:visited
	{
	color: Red;
	text-decoration: none;
	}
a:hover
	{
	color: Green;
	text-decoration: underline;
	}
a:active
	{
	color: DarkBlue;
	text-decoration: none;
	}
