h1 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: black;
	text-align: center;
	}
h2 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: blue;
	text-align: center;
	}
.hsub { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: green;
	text-align: center;
	}
h3 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: green;
	text-align: center;
	}
h4 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: black;
	text-align: left;
	}

a:link, a:visited, a:active { 
	text-decoration: none; 
	color: brown;
	}
a:hover { 
	text-decoration: underline; 
	color: #9685BA;
	}
a.email:link, a.email:visited, a.email:active { 
	text-decoration: none; 
	color: green;
	}
a.email:hover { 
	text-decoration: underline; 
	color: #9685BA;
	}
body { background: #eeeeff;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica;
	color: black;
	}
.ad {
	font-family:Baskerville Old Face,Arial, Helvetica;
	font-size:16pt;
	vertical-align:middle;
	padding:10pt;
	}
.caption {
	font-style: italic; 
	font-family: Arial, Helvetica;
	font-size: 10pt;
	text-align: center;
	}
tr.tableheader{
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: green;
	text-align: center;
	}
.image {border: 0px none;
	width: 50%;
	}
.hovershot {border: 0px none;
	width: 100%;
	}
.hoverdiv {
	width: 240; 
	left: 76%; 
	}
.narrativebox{
	position: absolute;
	height: 75%;
	width: 50%;
	top: 10%;
	left: 5%;
	border: 2px solid blue;
	vertical-align: middle;
	text-align: left;
	font-size:10pt;
	background-color:lightyellow;
	padding:2px;
	overflow-y:scroll;
	}
.hallbox{
	position: absolute;
	height: 31%;
	width: 26%;
	top: 10%;
	left: 70%;
	vertical-align: middle;
	text-align: center;
	}
.eulerbox{
	position: absolute;
	height: 15%;
	width: 10%;
	top: 10%;
	left: 59.5%;
	vertical-align: middle;
	text-align: center;
	}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
