/* CSS Document */
table {
	margin:auto;
}
.dish {
	display:block;
}
.desc {
	font-style:italic;
}
caption {
	letter-spacing: .9em;
	font-size:1.5em;
	font-variant:small-caps;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
}
.subtitle {
	font-style: italic;
	text-align:center;
	padding:5px 20px;
}
.price {
	text-align:right;
}
th {
	text-align:right;
}
td.price {
	width:50px;
}
table.stripes td{
	border-bottom: 1px solid green;
	margin:0 auto;
}
table.dishes {
	border: solid 1px black;
	width: 400px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 25px;
}
h1, h2{
	color:#840008;
	text-align:center;
}
h1 {
	font-size:18px;
}
h2 {
	font-size: 16px;
}

body {
	background-color: #FFFFFF;
}

