html {
	background-color: #feff99;
	color: #320033;
}

body {
	margin-top: 30px;
	width: 99%;
	text-align: center;
}

#left {
	width: 25%;
	float: left;
}

#centre {
	width: 50%;
	float: left;
	text-align: center;
}

#right {
	width: 25%;
	float: left;
}

.heading {
	text-align: center;
	font-size: 100px;
}

.italic {
	font-style: italic;
	font-size: 20px;
}