html{
	background-color: #ecf2f2;
	font-family: georgia, helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.4;
	padding: 2em;
}

.heading{
	width: 98%;
	overflow: auto;
	padding: 1%;
}

.heading img{
	float: right;
	width: 96%;
	height: auto;
	border: 0px;
}

.footer{
	width: 100%;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	float: left;
}
.content{
	width: 80%;
	float: left;
}

h2{
	margin-top: 2em;
	font-size: 200%;
}