.container {
	-webkit-transform: rotate(-6deg);
}

h1 {
	font-family: helvetica;
	font-weight: bold;
	font-size: 100px;
	padding-top: 80px;
	padding-bottom: 100px;
	border-top: 2px solid #009933;
	margin-top: 20px;
}

span {
	font-size: 20px;
	font-family: helvetica;
	font-weight: bold;
	white-space: pre-line;
}

h2 {
	font-size: 20px;
	font-family: helvetica;
	font-weight: bold;
	padding-bottom: 20px;
}

h4 {
	font-family: helvetica;
	font-weight: lighter;
	font-size: 16px;
	border-left: 2px solid #FFCC00;
	padding-left: 5px;

}

h3{
	font-family: helvetica;
	font-weight: bold;
	font-size: 100px;
	padding-top: 100px;
	border-bottom: 2px solid #003366;
	margin-bottom: 20px;

}

p {
	white-space: pre-line;
	margin-bottom: 50px;
	font-weight: thin;
	font-family: helvetica;
	font-size: 12px;
	line-height: 14px;

}

.align {
	padding-top: 30px;
}


