HTML { overflow-x: auto }
BODY {
	font-family: Arial, Verdana, "Times New Roman", Tahoma, Helvetica, Geneva, serif;
	color: black;
	background-color: white;
	margin-top: 0;
	margin-left: 1em;
	margin-right: 1em;
}
a:link { color: blue;}
a:visited {	color: #551a8b;}
a:active { color: red;}

.menu {
  text-decoration: none;
  font-weight: bold;
  background-color: #ffffe8;
  padding: 3px;
}
.menu A {
	font-size: smaller;
	border:1px solid #ffffe8;
	background-color: #ffffe8;
	color: black;
	text-decoration: none;
	display: block;
	line-height: 100%;
	margin: 2px;
	padding: 2px;
}
.menu A:visited{
	color: black;
}
.menu A:hover {
	border:1px dotted #000000;
	background-color: #87CEFA;
	color: black;
}

A.cursel, A.cursel:visited, A.cursel:hover{
	font-size: smaller;
	border:1px solid #ffffe8;
	background-color: #ffffe8;
	color: #900;
	display:block;
	line-height:100%;
	margin:2px;
	padding:2px;
	text-decoration: none;
}


.downmenu{ text-decoration: none; font-weight: bold;}
A.downmenu, A.downmenu:visited {COLOR: blue; }
A.downmenu:hover {COLOR: white}

.text-content{ 
	background-color: #ffffe8;
	vertical-align: top;
	border: 2px solid #ffbe7d;	
	font-size: 0.8em;
	padding: 1em;
	line-height: 150%;
}
.text-content h1{
	font-weight: bold;
	font-size: 1.5em;
}
.text-content h2{
	font-weight: bold;
	font-size: 1.0em;
}

.downsep {color: black;}
.copyright{	font-size: smaller; text-align: center;}
h4 {
	font-family: "Times New Roman", Tahoma, Helvetica, Geneva, Arial, Verdana, sans-serif; 
	text-decoration: none;
	margin: 0
}
