H1 		{font-size: 15pt; font-family: Arial; color: White; background-color: Navy; }
H2 		{font-size: 12pt; font-family: Arial; color: Navy; text-align: left}
H3		{font-size: 10pt; font-family: Arial; color: white; background-color: Gray; width: 100%; border: 1px solid; text-align: center}
H4		{font-size: 10pt; font-family: Arial; color: White; background-color: Red; width: 100%; border: 1px solid; text-align: center}

A		{color: Navy; text-decoration: underline;}
A:link		{color: Navy; text-decoration: underline;}
A:visited	{color: Navy; text-decoration: underline;}
A:hover		{color: White; text-decoration: none; background-color: Red}
A:active	{color: Navy;	text-decoration: underline; background-color: yellow}

A:link.highlight	{color: Red; text-decoration: underline;}
A:visited.highlight	{color: Red; text-decoration: underline;}
A:hover.highlight	{color: SeaShell; text-decoration: none; background-color: Red;}
A:active.highlight	{color: Navy;	text-decoration: none; background-color: yellow}

A:link.menu	{color: White; text-decoration: none; background-color: Red;}
A:visited.menu	{color: White; text-decoration: none; background-color: Red;}
A:hover.menu	{color: SeaShell; text-decoration: none; background-color: Red;}
A:active.menu	{color: Navy;	text-decoration: underline; background-color: yellow}

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;}

A:link.bullet	 {color: white; text-decoration: underline;}
A:visited.bullet {color: white; text-decoration: underline;}
A:hover.bullet	 {color: White; text-decoration: underline; background-color: Red}
A:active.bullet	 {color: Navy; text-decoration: underline; background-color: yellow}

A:link.button	 {color: red; text-decoration: none; background-color: SeaShell; border: 1px solid}
A:visited.button {color: red; text-decoration: none; background-color: SeaShell; border: 1px solid}
A:hover.button	 {color: black; text-decoration: none; background-color: salmon; border: 1px dotted}
A:active.button	 {color: red; text-decoration: none; background-color: SeaShell; border: 1px solid}

li		 {color: Black}

hr		 {color: Navy; height: 1pt; width: 100%; border-bottom: 1pt dotted}
