/* Remove unwanted elements */
#menu, #sidebar, #footer img
{
display: none;
}

/* Ensure the content spans the full width */
#page, #content, #footer, #wrapper
{
width: 95%; margin: 0; padding: 0; border:0; float: none;
}

/* Ensure text colour is black */
body
{
color: #000000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351; text-decoration: underline;
}

ul {
	list-style: square; 
	margin-left: 2em;
}

#header h1 {
	padding-top:0.5em;
	position:static;
	text-align: left;
}

#header {height:auto;}

#footer {font-style:italic; font-size: smaller;}
