body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Arial";
}

.content-container {
	max-width:340px;
	margin:auto;

	margin-top:50px;
	border-top: 1px solid #ccc;
	padding-top:50px;
}

h1 {
	font-size:1.2rem;
}

p, a, h2, h3, li {
	line-height:1.3rem;
	color:#333333;
	font-size:1rem;
}

h2 {
	font-size:1.3rem;
	line-height:1.5rem;
}
h3 {
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:1.2rem;
}

h2, h3 {
	font-weight:bold;
}
.blue {
	background-color: #00B2DD;
	width: 100%;
	text-align: center;
	padding-top: 80px;
}
.bottom {
	text-align: center;
}

footer {
	text-align:center;
	margin-top:50px;
}

footer, footer a {
	font-size:0.8rem;
	color:#ccc;
	text-decoration: none;

}