@charset "utf-8";
.heading1 {
	text-align: center;
	font-style: italic;
	color: #933;
	font-size: medium;
}
body {
	background-color: #666;
	margin-top: 0px;
}
.mainpage {
	background-color: #FFF;
	text-decoration: none;
	color: #444;
	font-size: small;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 300;
}
.select {
	background-color: #FFF;
	border: 1px groove #7F9DB9;
	color: #000;
	height: 22px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.menulinks {
	font-size: small;
	text-decoration: none;
	color: #900;
	font-weight: lighter;
	font-style: normal;
}
.italic {
	font-style: italic;
	font-weight: bold;
}
.prices {
	color: #333;
	font-size: small;
	font-weight: normal;
}
.mainpage tr th table tr td p {
	font-size: x-small;
	text-align: left;
}
.centretext {
	text-align: center;
}

