H1 		{font-size: 12pt; font-family: Trebuchet MS}
H2 		{font-size: 12pt; font-family: Trebuchet MS}
H3 		{font-size: 12pt; font-family: Trebuchet MS}
H4 		{font-size: 8pt; font-family: Trebuchet MS}

A 		{color: Orange; 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; }

A:hover.logo	{color: navy; text-decoration: none; background-color: transparent;}

A:link.plain	{color: black; text-decoration: none; font-weight: normal;}
A:visited.plain	{color: black; text-decoration: none; font-weight: normal;}
A:hover.plain	{color: black; text-decoration: none; background-color: transparent; font-weight: normal;}
A:active.plain	{color: black; text-decoration: none; font-weight: normal;}

A:link.menu	{color: navy; text-decoration: none;}
A:visited.menu	{color: navy; text-decoration: none;}
A:hover.menu	{color: navy; text-decoration: none; background-color: yellow;}
A:active.menu 	{color: navy; text-decoration: underline; background-color: yellow;}

A:link.silver	 {color: silver; text-decoration: none;}
A:visited.silver {color: silver; text-decoration: none;}
A:hover.silver	 {color: silver; text-decoration: none;	background-color: transparent;}
A:active.silver  {color: silver; text-decoration: None;}

A:link.white 	{color: white; text-decoration: none;}
A:visited.white	{color: white; text-decoration: none;}
A:hover.white	{color: blue; text-decoration: none; background-color: yellow;}
A:active.white	{color: white; text-decoration: underline;}

A:link.heading	  {color: yellow; text-decoration: none; background-color: navy; border: 1px dotted}
A:visited.heading {color: yellow; text-decoration: none; background-color: navy; border: 1px dotted}
A:hover.heading	  {color: navy; text-decoration: none; background-color: yellow; border: 1px solid}
A:active.heading  {color: yellow; text-decoration: none; background-color: navy; border: 1px dotted}


A:link.button	 {color: navy; text-decoration: none; background-color: yellow; border: 1px dotted}
A:visited.button {color: navy; text-decoration: none; background-color: yellow; border: 1px dotted}
A:hover.button	 {color: yellow; text-decoration: none; background-color: navy; border: 1px solid}
A:active.button	 {color: navy; text-decoration: none; background-color: yellow; border: 1px dotted}

hr		 {color: yellow; height: 1pt; width: 85%; border-bottom: 1pt dotted}