@charset "utf-8";
a:hover {
	text-decoration: none;
	color: #009900;
}

a:visited {
	text-decoration: none;
	color: #003300;
}

a:link {
	text-decoration: none;
	color: #003300;
}

a:active {
	text-decoration: none;
	color: #003300;
}

body {
	background-color: #FFFF66;
}

/* CSS Document */

.header {
	font-family: "Monotype Corsiva", Georgia, "Gloucester MT Extra Condensed", "Times New Roman";
	font-size: 18px;
	color: #003300;
}
.body {
	background-color: #FFFF66;
}
.bodycentre {
	text-align: center;
	font-size: 24px;
}
.maintitle {
	font-family: "Monotype Corsiva", Georgia, "Gloucester MT Extra Condensed", "Times New Roman";
	font-size: 36px;
	color: #003300;
	background-image: url(images/mainheader.jpg);
}

.pgfoot {
	background-image: url(images/footer.jpg);
}

