/* stylesheet for Trapeze Restaurant */
a:link
	{
	color: #000099;
	text-decoration: underline;
	}
a:visited
	{
	color: #000099;
	text-decoration: underline;
	}
a:active
	{
	color: #ff6600;
	text-decoration: underline;
	}
a:hover
	{
	color: #000000;
	text-decoration: none;
	}
body
	{
	background-color: #D3893F;
	color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
	}

td 
	{
	vertical-align: top;
	color: #663300;
    font-family: Arial, Verdana, georgia, Helvetica, sans-serif;
    font-size: 12px;
	background-color: #fff4cf;
	}
.footer
	{
	color: #666666;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 11px;
	}
.header
	{
    font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #660000;
	color: #ffffff;
	font-size: 10px;
	}
.header a:link
	{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
.header a:visited
	{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
.header a:active
	{
	color: #ffff00;
	font-weight: bold;
	text-decoration: underline;
	}
.header a:hover
	{
	color: #ffff00;
	font-weight: bold;
	text-decoration: underline;
	}
.price
	{
	text-align: right;
	}
.sectionTitle
	{
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	}
.subTitle
	{
	font-size: 12px;
	color: #660000;
	}
.title
	{
    font-family: georgia, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffff99;
	font-weight: bold;
	}
.row1
	{
	background-color: #ffffff;
	font-size: 11px;
	}
.row2
	{
	background-color: #fff4cf;
	font-size: 11px;
	}
.copyright
	{
	color: #666666;
    font-family: Arial, sans-serif;
    font-size: 10px;
	text-align: right;
	}