A
	{
	color: DarkGreen;
	text-decoration: underline;
	}

A:link
	{
	color: DarkGreen;
	text-decoration: underline;
	}
A:visited
	{
	color: DarkGreen;
	text-decoration: underline;
	}
A:hover
	{
	color: DarkGreen;
	text-decoration: underline;
	background-color: yellow;
	}
A:active
	{
	color: DarkGreen;
	text-decoration: underline;
	}

A:link.menu
	{
	color: black;
	text-decoration: none;
	}
A:visited.menu
	{
	color: black;
	text-decoration: none;
	}
A:hover.menu
	{
	color: yellow;
	text-decoration: none;
	background-color: black;
	}
A:active.menu
	{
	text-decoration: none;
	}


H1 {font-size: 14pt; font-family: arial}
H2 {font-size: 12pt; font-family: arial}
H3 {font-size: 10pt; font-family: arial}