<style type="text/css">

A:link
	{ text-decoration: underline;
	color: blue;
	font-size: 14pt;
	font-family: garamond; }

A:visited
	{ text-decoration: underline;
	color: blue;
	font-size: 14pt;
	font-family: garamond; }

A:active
	{ text-decoration: underline;
	color: blue;
	font-size: 14pt;
	font-family: garamond; }

A:hover
	{ text-decoration: underline;
	colour: blue;
	font-size: 14pt;
	font-family: garamond; }

h1
	{font-family: garamond; 
	color: black;
	font-size: 22pt;
	text-decoration: none;
	font-weight: bolder; }

h2
	{font-family: garamond; 
	color: black;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none; } 

body
	{font-family: garamond;
	color: black; 
	text-align: justify;
	font-weight: normal;
	font-size: 14pt; }

p.small
	{font-family: garamond;
	color: black; 
	font-weight: normal;
	font-size: 12pt; }

p.indent
	{font-family: garamond;
	margin-right: 5px;
	margin-left: 45px;
	text-align: justify;}

</style>