@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	background-position: left top;
	padding-top: 10px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	top: auto;
	padding: 5px;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
	margin-left: 40px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-position: right;
	text-align: right;
	font-weight: bold;
}
.sidemenu  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990066;
	background-position: right center;
	display: block;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330033;
}
.sidemenu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	background-position: right center;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
}
.sidemenu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	background-position: right center;
	text-align: right;
	color: #00CCFF;
	text-decoration: none;
	background-color: #333333;
}
.footer {
	text-align: center;
}

