
body {
	background: LightSlateGray;
/*	background: Tomato 
	background-image: url(ESU_Sm.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom left;
/*	background-position: 1em; */
	}
p.border {
	border:2px solid Black;
}
h1,h2,h3 { 
	letter-spacing: 1px; 
	color: Black /* MidnightBlue; */
	}
img {
	float:right
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: MidnightBlue
/*	color: DarkRed; */
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: DarkMagenta; /* MediumVioletRed;*/
/*	color: FireBrick; */
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: Black;
	}
div.container {
	width:100%;
	margin:0px;
/*	border:2px solid Black;
/*	border:2px solid OrangeRed;
	line-height:150%;*/
	}
div.header,div.footer {
	text-align: center;
	color: Black;
	clear:both;
	}
div.header {
	padding:1em;
}
h1.header {
	padding:0;
	margin:0;
	}
div.left {
	float:left;
	width:10em;
	margin:0;
	padding:0em;
	}
div.content {
	margin-left:10em;
	margin-right:1em;
	margin-bottom:1em;
	padding:1em;
	padding-top:0.5em;
	background: LightSteelBlue;
/*	background: LightSalmon; */
	}

