@media only all {
	body {
		font-family: Helvetica, sans-serif;
		font-size: 15px;
		font-size: 93.75%;
		color: #595959;
		line-height: 1.5;
	}

	a {
		color: #595959;
		font-weight: bold;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
		margin: 0;
		padding: 0;
		font-weight: normal;
	}

	h1 {
		font-size: 233.33%;
	}

	h2 {
		font-size: 180%;
		font-weight: normal;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 120%;
		margin-bottom: 0.625em;
	}
	
	h4 {
		font-size: 110%;
		font-weight: bold;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 180%;
	}

	h2 {
		font-size: 140%;
		font-weight: normal;
	}
}