/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #313131;
	color: #FFFFFF;
	padding-left: 60px;
	padding-right: 60px;
	text-align: left;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	background-color: #313131;
}
.navigation {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 16px;
}
.centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #313131;
	text-align: center;
}
.navigation:hover {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	padding-right: 16px;
}
