p {
	font-family: "Comic Sans MS";
	color: #000000;
}

h1 {
	font-family: "Comic Sans MS", Verdana;
	font-size: x-large;
	color: #0000FF;
}

h2 {
	font-family: "Comic Sans MS", Verdana;
	font-size: medium;
	color: #0000FF;
}

h3 {
	font-family: "Comic Sans MS", Verdana;
	font-size: medium;
	text-decoration: underline;
}

h4 {
	text-decoration: underline;
}

h5 {
	font-family: "Comic Sans MS", Verdana;
	color: #0000FF;
}
.blue {
	color: #0000FF;
}
.price {
	color: #FF8000;
}
.notes {
	color: #FF0000;
}
.concession {
	color: #339933;
	font-size: v-small;
}
.CAMRA {
	color: #FF00FF;
}
.contact {
	color: #FF0000;
	text-align: left;
	font-family: "Comic Sans MS", Verdana; Arial; sans-serif;
}
body {
	background-color: #CCFFFF;
	background-attachment: fixed;
	background-image: url(images/J_W_Lees.JPG);

	/* for IE 	filter:alpha(opacity=60); */
	/* CSS3 standard 	opacity:0.6; */

	background-repeat: no-repeat;
	background-position: center top;
}
a:hover   {
	color: #CCFFFF;
	background-color: #0000FF;
	text-decoration: none;
}

.tablecolour {
	background-color: #ff0000;
	filter:alpha(opacity=60); /* IE's opacity*/
	opacity: 0.6;
}