body {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: slategray;
	overflow: hidden;
	scrollbar-base-color: DBD2AF;
}

#header {
	position: absolute;
	top: 20px;
	height: 60px;
	width: 960px;
	font-family: Times new roman;
	font-size: 50px;
	text-align: center;
	color: navy;
	background-color: lightsteelblue;
}

#container {
	position: fixed; 
	width: 960px;
	max-height: 680px; 
	top: 80px;
	bottom: 20px; 
	overflow: hidden;
}

#mainp {
	position: absolute;
	top: 0px;
	bottom: 20px;
	width: 940px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
	overflow: auto;
	background-color: aliceblue;
	padding: 10px 10px;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 940px;
	background-color: lightsteelblue;
	padding: 10px;
	font-size: 15px;
}

a:link { color: navy; font-weight: bold; }
a:visited { color: navy; font-weight: bold; }
a:hover { color: green; font-weight: bold; }

// h2 { display: inline; font-family: Arial; font-size: 20px; font-weight: lighter; color: gray; }
// pre { font-family: Arial; font-size: 17px; }

img { border: 2px solid black; margin: 10px 4px 0px 10px; }

.textlink {
//	font-size: 0.875em;
	display: inline-block;
	text-align: center;
	width: 220px;
	margin: 0px 0px 10px 7px;
	}
