* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-size: 62.5%;
	line-height: 140%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: maroon;
}

p {
	line-height: 2em;
	font-size: 1.4em;
}

a {
	text-decoration: none;
	color: maroon;
}
a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.6em;
	line-height: 2em;
	margin-bottom: 80px;
}

h1 {
	color: maroon;
	font-size: 1.8em;
	line-height: 2em;
}
html { 
 	height: 101%; 
}
#wrapper {
	margin: auto;
	margin-top: 150px;
	text-align: center;
	width: 760px;
	padding-bottom: 50px;
}

