#header, .nav, .noprint, .six.columns, .share, #footer, form {
	display: none;
}

/* Ensure the content spans the full width */

.content, .columns {
	width: 100%; margin: 0; float: none; clear: both;
}

.synopsis, .entry-content, .byline, .updated  {
	font-size: 17pt !important;	
	line-height:normal !important;
}
/* 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;
	
}

/*
.entry-content a:after {
   content: " [" attr(href) "]";
   font-size: 90%;
   text-decoration: none;
}
*/