<html>
<head>
<title>Style</title>
<style>	<!--
	A:visited {
		color: #800080;
		}
		
	BODY {
		background-image: url("http://www.goldkeys.com/gif/back-gold-light.jpg");
		background-color: ivory;
		background-repeat: repeat-y;
	}
	
	P, br, table, UL, OL {
		font: 12pt arial, helvetica, sans-serif; 
		}
		
	b {
		font: bold 11pt arial, helvetica, sans-serif;
		font-weight: bold;}

	strong {
		font-weight: bold;}
		
	small {
		font: 10pt arial, helvetica, sans-serif; 
		}
		
	.s {
		font: 9pt arial, helvetica, sans-serif;
		font-weight: bolder;

		}
		
	.G {
		font: 11pt arial, helvetica, sans-serif;
		color: green;
		padding: 10px 50px 0px 30px;	}

	.H0 {
		font: 20pt Arial, Helvetica, sans-serif;
		text-shadow: yellow 5px 5px 3px;
		font-weight: bold;
		color: blue;
		text-align: center;}

	.H1 {
		font: 18pt Arial, Helvetica, sans-serif;
		text-shadow: yellow 5px 5px 3px;
		font-weight: bold;
		color: blue;
		text-align: center;}

	.H2 {
		font: 16pt Arial, Helvetica, sans-serif;
		color: blue;
		text-align: center;}

	.H3 {
		font: 14pt Arial, Helvetica, sans-serif;
		color: blue;
		text-align: center;}

	.H4 {
		font: 13pt Western;
		color: blue;
		text-align: center;}

	.H5 {
		font: 12pt Western;
		color: blue;
		text-align: center;}
	-->
</style>
</head>
<body>
</body>
</html>

