.heading {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #CED8FF;
	letter-spacing: 0.15em;
	float: left;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

body {
	background-color: #FFFFCC;
}


.sections {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2em;
	color: #999999;
	float: right;
	list-style-type: none;
	position: relative;
	width: 30%;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #CED8FF;
	text-decoration: none;
}

.content {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2em;
	color: #999999;
	float: left;
	list-style-type: none;
	position: relative;
	width: 100%;
	vertical-align: bottom;
}
