.MarketingLP {
	font-size: 14px;
	width: 990px;
	line-height:1;
}

.MarketingLP h1,
.MarketingLP h2,
.MarketingLP h3,
.MarketingLP h4,
.MarketingLP h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

.MarketingLP h1:after,
.MarketingLP h3:after {
	content: '';
}

.MarketingLP .cyan {
	color: #1AAECA;
}

.MarketingLP .pink {
	color: #C21886;
}

.MarketingLP .serif {
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.MarketingLP .sansSerif {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.MarketingLP .prettyButton {
	background-color: #5DCDD9;
	-webkit-box-shadow: inset 0 -10px 20px #22A4BA;
	-moz-box-shadow: inset 0 -10px 20px #22A4BA;
	box-shadow: inset 0 -10px 20px #22A4BA;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 20px;
	text-transform: uppercase;
	display: inline-block;
}	

.MarketingLP a:hover .prettyButton,
.MarketingLP .prettyButton:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #22A4BA;
	-webkit-box-shadow: inset 0 -24px 20px #5DCDD9;
	-moz-box-shadow: inset 0 -24px 20px #5DCDD9;
	box-shadow: inset 0 -24px 20px #5DCDD9;
}