/*

	Hester
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
	background: #FFFFFF;
	margin-top: 15px;
	padding: 0px 0px 0px;
	text-align: center;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	color: #21AFF2;
	font-family: arial, helvetica;
	margin-bottom: 2px;
	margin-top: 20px;
	}
	
.magLetter {
	font-family: arial, helvetica;
	font-size: 1.8em;
	color: #21AFF2;
	margin: 0px;
	padding: 0px;
}

.text {
	font-family: arial, helvetica;
	position: absolute;
	top: 37px;
	left: 0px;
	width: 450px;
	height: 595;
	text-align: left;
	padding: 20px 20px 20px;
	color: #4D4D4D;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: #4D4D4D;
}
