
h1
	{
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	}

h2
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	}

h3
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	}
p
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}

a
	{
	color: blue;
	text-decoration: underline;
	}

a:hover
	{
	color: blue;
	text-decoration: underline;
	}

a.tinylink
	{
	color: blue;
	font: 8pt;
	}

a.link
	{
	color:blue;
	text-decoration: underline;
	}

.small
	{
	font: 8pt;
	}
