H1 {font-size: 15pt; font-family: Geneva}
H2 {font-size: 13pt; font-family: Geneva}
H3 {font-size: 13pt; font-family: Geneva}
H4 {font-size: 10pt; font-family: Geneva}

A
	{
	color: maroon;
	text-decoration: underline;
	}

A:link
	{
	color: maroon;
	text-decoration: underline;
	font-weight: bold;
	}
A:visited
	{
	color: maroon;
	text-decoration: underline;
	font-weight: bold;
	}
A:hover
	{
	color: maroon;
	text-decoration: underline;
	background-color: yellow;
	font-weight: bold;
	}
A:active
	{
	color: maroon;
	text-decoration: underline;
	}

A:link.plain
	{
	color: black;
	text-decoration: none;
	}
A:visited.plain
	{
	color: black;
	text-decoration: none;
	}
A:hover.plain
	{
	color: black;
	text-decoration: none;
	background-color: transparent;
	}
A:active.plain
	{
	color: black;
	text-decoration: none;
	}
