H1 		{font-size: 14pt; font-family: arial; color: Navy}
H2 		{font-size: 12pt; font-family: arial; color: Navy}
H3 		{font-size: 10pt; font-family: arial; color: Navy}

A		{color: Orange; text-decoration: underline;}
A:link		{color: Navy; text-decoration: underline;}
A:visited	{color: Navy; text-decoration: underline;}
A:hover		{color: Navy; text-decoration: underline; background-color: yellow;}
A:active	{color: Navy; text-decoration: underline;}

A:link.menu	{color: white; text-decoration: none;}
A:visited.menu	{color: white; text-decoration: none;}
A:hover.menu	{color: yellow; text-decoration: underline; background-color: transparent;}
A:active.menu	{color: yellow;	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;}

A:link.white	{color: white; text-decoration: none;}
A:visited.white	{color: white; text-decoration: none;}
A:hover.white	{color: white; text-decoration: none; background-color: transparent;}
A:active.white	{color: white; text-decoration: none;}
