body, h1, h2, h3, section, article, div, p, span {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: center;
}
h1 {
	font-size: 4em;
	line-height: 1em;
	text-transform:uppercase;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 3em;
	font-weight: 400;
}
img {
	width: 80%;
	max-width: 400px;
	padding-bottom: 30px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #007a9b;
}
p {
	font-size: 32px;
	padding-bottom:16px;
}
.container {
	width: 100%;
	max-width: 600px;
	margin:0 auto;
	padding: 10px 20px;
}
.highlight_title {
	background:#222222;
	color:#fff;
	padding: 20px 0;
	margin: 40px 0;
}
.highlight_title span {
	font-size: 14px;
}
.light_txt {
	font-weight: 300;
}