.navigation {
	display: none;
	page-break-before: always;
	counter-reset: page;
}

.next {display: none}
.centre {  text-align: center}
p {line-height: 1.5;text-align: left}
ol {line-height: 1.5}
ul {line-height: 1.5}

blockquote {text-align: justify}

@page {

	counter-increment: page;
	margin-left: 2.5cm;
	margin-right: 2.5cm;
	margin-top: 3cm;
	margin-bottom: 3cm;
	font-size: 12 pt;
	widows:2;
	orphans:2;
}

.thesistitle {
	font-size: large;
	line-height: 200%;
	text-align: center;
	padding-top: 3cm;
	padding-bottom: 2cm;
	font-size: xx-large;
}
.new-page {
	page-break-before:always;	
}



/*@top-right { content: "Chapter" counter(chapter-counter);}
@bottom-right {content: "Page " counter(page-counter);}


@page {
    @bottom-right {
	content: "Page " counter(page) " of " counter(pages)
    }
}
*/