body {
	background-color: #FFFFFF;
	font-size: 12pt
	}

h1.index,h2.index {
	font-family: "algerian", times, serif;
	text-align: center;
	font-size: 250%
	}
	
.font18 {
	font-size: 18pt
	}

.font24 {
	font-size: 24px;
}

.font10 {
	font-size: 10pt
	}
	
.bold {
	font-weight: bold
	}
	
.bolder {
	font-weight: 900
	}
	 
.centerbold {
	text-align: center;
	font-weight: bold
	}

.centerlinesbig {
	text-align: center;
	line-height: 0.9cm
	}
	
.linesbig {
	line-height: 0.9cm
	}

.right {
	text-align: right
	}
	
.center {
	text-align: center /* <puts everything with class right to align centred eg <p class="center"> aswell as <h1 class="center"> etc */
	} 
	
.footer {
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 8pt
	}
