a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu-bar a:link {
	color: #EEE;
	text-decoration: none;
}
.menu-bar a:visited {
	color: #EEE;
	text-decoration: none;
}
.menu-bar a:hover {
	color: #FFF;
	text-decoration: none;
}
.menu-bar a:active {
	color: #EEE;
	text-decoration: none;
}
.menu-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #F00;
	text-align: center;
}
.sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.sub-heading-bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.sub-heading-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-style: italic;
}
.header {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000;
	font-style: italic;
}
.never{
	font-weight:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 64px;
	color: #000;
}
.never2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #000;
}
.headernotitalic {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000;
	font-style:normal;
}
.header-smaller-colour {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #356C81;
	font-style:normal;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}
.body-text-bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
}
.red-heading {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 27.0px;
	line-height: 1.22em;
	color: #cc0000;
}
.body-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.body-text-bold-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.centre {
	text-align: center;
}
