body {
	margin: 0;
	font-family: PT Sans,Arial,sans-serif;
	background: #fff;
}
a {
	color: #134E4A;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.wrapper {
	max-width: 900px;
	margin: 0 auto;
}
