a:active { }
a:hover    { color: #581b24; text-decoration: underline }
a:link   { color: #860014; text-decoration: none }
a.visited  {
	color: #860014;
	text-decoration: underline;
}

a.more:active { }
a.more:hover    { color: #581b24; text-decoration: underline }
a.more:link   { color: #860014; text-decoration: none }
a.more:visited  { color: #860014 }

a.footer:active  { font-weight: bold; font-size: xx-small; text-decoration: none }
a.footer:hover   { color: #f8d400; font-weight: bold; font-size: xx-small; text-decoration: none }
a.footer:link   { color: silver; font-weight: bold; font-size: xx-small; text-decoration: none }
a.footer:visited   { color: silver; font-weight: bold; font-size: xx-small }

.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663399;
	text-decoration: none;
	font-weight: normal;
}

.mainheaderon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663399;
	text-decoration: none;
	font-weight: bolder;
}

.submenu {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.submenuon {
	font-family: Arial;
	font-size: 11px;
	color: #4B0082;
	text-decoration: none;
	font-weight: normal;
}