/* #ce0417 = RGB  206, 64, 23*/
body		{margin: 0; color: #ce0417; font-family: Arial; } 
h2		{ letter-spacing: 1; }
h4		{ }
hr		{color: #ce0417}
table		{border-style: none; background-color: #ffffcc; }
td		{padding-top: 2ex; padding-bottom: 1ex; font-size: smaller; }
td.left		{padding-left: 1em; padding-right: 1em; }
td.right		{padding-right: 2em; }
td.headr 		{padding-left: 1em; padding-right: 2em; text-align: right;}
a		{color: #ce0417; }
ul li		{list-style-type: square; }
li.spaced		{margin-bottom: 1ex; }

/*This is used in conjunction with a script to display hidden text */
.more		{cursor: hand; }

/* These are used for menu items, placed in a single-column table */
td.menu		{padding: 4, 0 ; border: none ; text-align: center; }
a.menu		{border: 1 solid #5387ff ;}
a:hover.menu	{cursor: hand; border: 1 ridge #ce0417; background-color: white;}
a:active.menu	{border: 1 inset ; }
a:visited.menu	{ }
span.buttn	{text-decoration: none; width: 100%; height: 200%; color: #5387ff; }

/* This is used to show or hide visitor-counters, etc. */
a.hidn		{display: none;}
a:hover.hidn	{display: inline;}