body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/CelebrityBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.text {
	color: #01223D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.textcentred {
	color: #01223D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;

}
.head {
	color: #BB0E14;
	font-weight: bold;
	font-size: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}


a:link {
	color: #C33;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #6A0000;
}

