body {
	background: #333;
	text-align: center;
	font-family: 'Lato', arial, serif;
}

a {
	color: #09f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main_container {
	margin: 100px auto;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: verdana, arial;
	color: #f5f5f5;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 18px;
}