@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Apple Chancery", "Brush Script Std", cursive;
	color: #FFFFFF;
	background-color: #000000}

p {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap}

h1 {
	font-size: 18px;
	text-align: center}
	
h2 {
	font-size: 18px;
	text-align: left;
	margin-left: 20px}

#pricetable {
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	text-align: left;
	width: 750px;
	border: thin solid #FFFFFF}

#menutable {
	margin-left:auto;
	margin-right:auto}
	
td {
	vertical-align: top;
	margin: 5px;
	padding: 5px}

ul {
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 14px}

.underbold {
	font-weight: bold;
	text-decoration: underline}

#priceinfo{
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	font-size: 18px;
	text-align: justify}

/* styles for links */
-->
a:link {
	color: #FFFFFF;
	text-decoration: none}

a:visited {
	color: #CCCCCC;
	text-decoration: none}

a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none}

/* styles for menu items */
.title {
	background-color: #333333;
	width: 100px;
	border: thin inset #FFFFFF;
	text-align: center}
	
