/* Remove unwanted elements */

body, .bodyContent, h1, h2, h3, h4 {
	color: black;
	background-color: white;
	border: none;
}

/* Ensure the content spans the full width */
.container {
	width: 100%; 
	margin: 0; 
	float: left;
}

/* Improve colour contrast of links */
a {
	color: black;
	text-decoration: underline;
}

ul.contentList {
	list-style-type: none;
}

ul.contentList li {
	margin: 15px 0 0 0;
}
