.header {
	font-size: 24px;
	font-weight: bold;
	color: #F7EB94;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #CCCCFF;

}
a:hover {
	text-decoration: underline;
	color: #CCCCFF;
}
a:active {
	text-decoration: underline;
	color: #CCCCFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCFF;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F7EB94;
}
.itemName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 3px;
}
.itemDescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
}
.itemPrice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.itemSold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

