@page { size: 8.5in 11in; margin: 0.79in }
P {margin-bottom: 0.2in; text-align: justify; FONT FACE="Book Antiqua, serif";font-size: 13pt }
		H1 { margin-right: 0.06in; margin-top: 0.07in; margin-bottom: 0in; text-align: center; widows: 0; orphans: 0 }
		H1.western { font-family: "Times New Roman", serif; font-size: 12pt }
		H1.cjk { font-family: "Lucida Sans Unicode"; font-size: 12pt }
		H1.ctl { font-family: "Tahoma"; font-size: 12pt }
BLOCKQUOTE {font size=12; text-align: justify; font-weight: normal;}


A { FONT FACE="Book Antiqua, serif";}
a:link {
	font-family: "Book Antiqua, serif";
	font-size: 12px;
font-weight: bold;
	color: black;
	text-decoration: none;
text-align: center;
}

A { FONT FACE="Book Antiqua, serif";}
a:link {
	font-family: "Book Antiqua, serif";
	font-size: 12px;
font-weight: bold;
	color: black;
	text-decoration: none;
text-align: center;
}
/*This will change colour when is has been visited-Note that I have not changed the colour but kept it the same as above*/
a:visited {
	font-family: "Book Antiqua, serif";
	font-size: 12px;
font-weight: bold;
	color: silver;
	text-decoration: none;
text-align: center;
}
/*Change the colour of the text which will change when you hover over the link- you will that there is no decoration so when you hover the underline will show*/
a:hover {
	font-family: "Book Antiqua, serif";
	font-size: 12px;
font-weight: bold;
	color: gray;
	text-decoration: bold;
text-align: center;
}
/*This will changed colour when you click the link- I normally keep it the same colour as the original link- but again you can change this to what you want*/
a:active {


	font-family: "Book Antiqua, serif";
	font-size: 12px;
	color: black;
	text-decoration: none;
text-align: center;
}
