/* CSS Document */

/* Remove unwanted elements */

#topbar form,
#topnav, 
#mainpic,
#text img,
#rightside,
#footer {
	display: none;
}

/* Ensure the content spans the full width */

#container,
#contents {
	width: 100%; 
	margin: 0; 
	float: none;
}

/* Change text colour to black (useful for light text on a dark background) */

h1,
h2,
.subheading {
	color: #000 
}

/* Insert standard list bullet on list items and increase paragraph size */

#text p {
	width: 542px;
}
#text ul {
	list-style: inside;
}
#text li {
	text-indent: 0;
}

/* Improve colour contrast of links */

a:link,
a:visited {
	color: #781351
}


