body {
	margin: 0px;
	padding: 0px;
}
/* provides you with a cross-browser zeroed body element  a good base from which to start when 
 laying out pages */
 
 body {
	font: bold 14px Arial, Helvetica, sans-serif;
	background: url(../images/inpage/gradient-5.jpg);
	color: #660000;
	margin-left: 20px;
	margin-top: 0px;
}
.centredbold {
	text-align: center;
	font-weight: bold;
}
.centred {
	text-align: center;
}
.footer {
	font-size: small;
	color: #FFFFCC;
	background: #660000;
	text-align: center;
}
.h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #660000;
}

