html{
	margin: 0px;
}
body{
	margin: 0px;
	background-color: #fff;
}
.wrapper{
	background-color: #fff;
	width: 100%;
	margin: 0px;
	padding-top: 107px;
}
.content{
	background-color: #fff;
	width: 85%;
	margin: auto;
}
h1{
	margin: 0px;
	font-family: arial narrow;
	font-weight: 100;
	font-size: 28px;
	color: #333;
}
h2{
	font-family: century;
	font-size: 28px;
	text-transform: uppercase;
	color: #06a;
	margin: 0px;
	letter-spacing: 2px;
}
h3{
	font-family: sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #06a;
}
h4{
	font-family: sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #333;
	margin: 15px 0 5px 0;
}
h5{
	font-family: sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: #333;
}
p{
	margin-top: 0px;
	font-family: georgia;
	font-size: 18px;
	color: #333;
	margin: 0 0 15px 0;
}
p::first-letter{
	text-transform: uppercase;
}
li{
	font-size: 18px;
	font-family: georgia;
	color: #333;
	font-weight: 100;
	margin-bottom: 8px;
}
ul{
	margin-left: 0;
	margin-top: 0;
}
li::first-letter{
	text-transform: uppercase;
}