HTML{
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	height:100%;
}

Body {
	margin:0px;
	height:100%;
	background:#EEEEEE;
	font-family:Avenir Next,arial,sans-serif;
	color:#666666;
}

a{
	color:#666666;
	text-decoration:inherit;
}

p{
	margin-top:14px;
}

br{
	margin-top:0px;
}

ol{
	padding:0px 14px;
}

li{
	margin-top:4px;
}

#wrapper {
	width:100%;
	height:100%;
}

#top-buffer{
	height:30%;
}

.title{
	font-size:48px;
	letter-spacing:2px;
	text-align:center;
	padding-bottom:2px;
}

.subcaption{
	font-size:12px;
	font-style:italic;
	text-align:center;

}