body {
	font-family: "Ubuntu";
	color: #242021;
}

a {
	color: #242021;
}

a:hover {
	color: #1c4c64;
}

.container {
	max-width: 700px;
	margin: 0 auto;
}

.width100 {
	width: 100%;
}

.textCenter {
	text-align: center;
}

h1 {
	font-size: 40px;
	color: #1c4c64;
}

h2 {
	font-size: 30px;
	color: #929397;
}

h3 {
	font-size: 22px;
}