A
	{
	color: Navy;
	text-decoration: underline;
	}

A:link
	{
	color: Navy;
	text-decoration: underline;
	font-weight: bold;
	}
A:visited
	{
	color: Navy;
	text-decoration: underline;
	font-weight: bold;
	}
A:hover
	{
	color: Navy;
	text-decoration: underline;
	background-color: yellow;
	font-weight: bold;
	}
A:active
	{
	color: Navy;
	text-decoration: underline;
	}

xH1 {font-size: 16pt; font-family: Geneva}
xH2 {font-size: 11pt; font-family: Geneva}
xH3 {font-size: 10pt; font-family: Geneva}

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;
	}