@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */
#search_container, #top_links_con, #left_sidebar_con, #public_left_con, #right_sidebar_con, #footer_con, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#content_con
{
width: 100%; margin: 0; float: none;
font-family : Georgia, serif;
font-size : 11pt;
}

#header_main_section h1 {
	text-align: center;
	font-size: 24pt; font-style: italic;
	margin: 0;
}

#content_con a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}


/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
