body {
	
	font-family: Arial, Helvetica, sans-serif;
	
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
/* General page postitioning */
.upperLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	z-index:1;
	background-color: Green;
	color: White;
}
.upperCenter {
	position:absolute;
	left:100px;
	top:0px;
	width:850px;
	height:100px;
	z-index:2;
	background-color: Green;
	color: White;
}
.leftBody {
	position:absolute;
	left:0px;
	top:100px;
	width:100px;
	z-index:3;
	background-color: Green;
	color: White;
}
.mainBody {
	position:absolute;
	left:100px;
	top:101px;
	width:850px;
	z-index:4;
}
.cssButton
{
	color: White;
	background-color: Green;
	border: 2px solid #000000;
	text-align: center;
	height: 46px;
	width: 96px;
}
.typed {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.quote {
	font-family: "Times New Roman", Times, serif;
}
.stepChange {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FF00;
}
.button {
	font-weight: bold;
}