* { margin: 0; padding: 0;}

body {
	background : #FFF;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding: 10px 0 10px 0;
}

h1, h2, h3, h4 { margin: 0; }

h2, h3, h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: none;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #000;
}
h1 {
	color: #000;
	padding-bottom: 50px;
	text-align: center;
	font-size: 50px;
	}

h2 {
	font-size: 28px;
	color: #666;

}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
	color: #000;


}

h3 a{ text-decoration: none;}
h3 a:hover{ text-decoration: underline;}

h4 { font-size: 14px; font-weight: bold; }

p {
	margin-bottom: 1em;
	line-height: 140%;
	text-align: justify;
	padding: 0 5px 0 5px;
	color: #999999;

}

#wrapper {
	width: 750px;
	margin: 50 auto 0;
	text-align: center;
	background: #FFF;
	color: #000;
	padding: 20px;
	

}

a {
	color: #000;
	text-decoration: underline;
}
