body{
	margin: 0;	
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
}

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 20px; }

h1,h2,h3,h4,h5,h6 {
	font-weight: 100;
	text-shadow: 0px 1px 0px #ffffff;
}


a {
	color: #000000;
}
a:hover {
	color: #ff2200;
}

p {
	margin: 0px;
	padding: 0px;
}

	
@media screen and (max-width: 500px) {
	h1 { font-size: 28px; }
	h2 { font-size: 26px; }
	h3 { font-size: 24px; }
	h4 { font-size: 22px; }
	h5 { font-size: 20px; }
	h6 { font-size: 20px; }

	h1,h2,h3,h4,h5,h6 {
		font-weight: 400;
		text-shadow: 0px 1px 0px #ffffff;
	}

}