body {
	font-family: Book Antiqua, Tahoma, Arial, Times New Roman, MingLiu;
	font-size: 11pt;
	color: #FEE3FF;
	background-color: #A864A8;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #2B002A;
	scrollbar-highlight-color: #FEE3FF;
	scrollbar-face-color: #2B002A;
	scrollbar-arrow-color: #FEE3FF;
	scrollbar-track-color: #FEE3FF;
	scrollbar-shadow-color: #FEE3FF;
	scrollbar-darkshadow-color: #2B002A;
	background-attachment: fixed;
}
td {
	font-family: Book Antiqua, Tahoma, Arial, Times New Roman, MingLiu;
	font-size: 11pt;
	color: #FEE3FF;
}
p {
	text-align: justify;
}
hr {
	border: 1px dotted #FEE3FF;
}
a:link {
	text-decoration: underline;
	color: #FEE3FF;
}
a:visited {
	text-decoration: underline;
	color: #FEE3FF;
}
a:hover {
	text-decoration: none;
	color: #FEE3FF;
}
a:active {
	text-decoration: underline;
	color: #FEE3FF;
}
.thumb {
	border: 1px solid #FFFFFF;
	cursor: hand;
}
.title1 {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}
.menutitle {
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #2B002B;
	background-color: #FEE3FF;
	padding: 3px;
	text-align: center;
}
.menuitem {
	font-size: 13pt;
	text-align: center;
}
.menuprice {
	font-size: 11pt;
	font-weight: bold;
	color: #2B002B;
	background-color: #FEE3FF;
	padding: 1px;
	text-align: center;
}
.menusubject {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.menunote {
	font-size: 8pt;
	text-align: center;
}
.menulayout {
  border: 1px solid #FEE3FF;
	height: 500px;
	width: 400px;
	text-align: center;
}
