h1 		{font-size: 13pt; font-family: Tahoma; color: DimGray}
h2 		{font-size: 11pt; font-family: Arial; color: DimGray}
h3 		{font-size: 13pt; font-family: Arial; color: DimGray}

a		{color: red; text-decoration: underline;}
a:link		{color: red; text-decoration: underline;}
a:visited	{color: red; text-decoration: underline;}
a:hover		{color: black; text-decoration: none; background-color: red;}
a:active	{color: red; text-decoration: underline; background-color: transparent;}

a:link.menu	{color: red; text-decoration: none;}
a:visited.menu	{color: red; text-decoration: none;}
a:hover.menu	{color: black; text-decoration: none; background-color: red;}
a:active.menu	{color: black;	text-decoration: none;}

a:link.sidemenu		{color: red; text-decoration: none;}
a:visited.sidemenu	{color: red; text-decoration: none;}
a:hover.sidemenu	{color: black; text-decoration: none; background-color: red;}
a:active.sidemenu	{color: black;	text-decoration: none;}

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;}

hr		{color: LightSalmon; width: 80%; height: 1pt; border-bottom: 1pt dotted}
