<style type="text/css">

a{}
a:link	{
	color: #89A631;
	text-decoration: none;
	}

a:visited
	{
	color: #89A631;
	text-decoration: none;
	}

a:hover {
	color: gray;
	text-decoration: underline;
	}

BODY
{
   	
  	
  	padding:0;
	background: rgb(211,227,161);
	FONT-FAMILY: Verdana; Sans-serif;
	FONT-SIZE: 11px;
}


TABLE
{
    	background:white;
	border: 0px;
	cellpadding:0px;
	cellspacing:0px;
	   	margin-left:auto;
   	margin-right:auto;
}
H1
{
	FONT-SIZE: 14px;
	LINE-HEIGHT: normal;
	margin-bottom: 5px;
	color: #ABCA4D;
}

H2
{
	FONT-SIZE: 13px;
	LINE-HEIGHT: normal;
	margin-bottom: 5px;
	color: #ABCA4D;
}
H3
{
	FONT-SIZE: 13px;
	LINE-HEIGHT: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	color: black;
}
H4
{
	FONT-SIZE: 12px;
	LINE-HEIGHT: normal;
	margin-bottom: 3px;
	margin-top: 5px;
	color: #ABCA4D;
}

IMG
{
	border: 0px
}

.button
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial
}
.line
{	
	background-color:transparent;
	background-image: url('images/gPixel.jpg');
}
.title
{
	background-repeat: no-repeat;
	background-image: url('images/gTitle.jpg');
}
.heart
{
	background-repeat: no-repeat;
	background-image: url('images/gHeart.jpg');
}
.standOut
{
	color:red
}
.seatingPlan {
	background-attachment: fixed;
	background-image: url(images/circle.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}


</style>