

a{}
a:link	{
	color: white;
	text-decoration: none;
	}

a:visited
	{
	color: white;
	text-decoration: none;
	}

a:hover {
	color: gray;
	text-decoration: underline;
	}
body
{
   	margin:15px 15px 15px 15px;
  	padding:0;
	background:white;
	font-family: verdana; sans-serif;
	font-size: 13px;
}

table
{
    	background:rgb(211,227,161);
	border: 0px;
	cellpadding:0px;
	cellspacing:0px
}
h1
{
	FONT-SIZE: 14px;
	LINE-HEIGHT: normal;
	margin-bottom: 5px;
	color: white;
}

h2
{
	FONT-SIZE: 13px;
	LINE-HEIGHT: normal;
	margin-bottom: 5px;
	color: white;
}
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: white;
}

img
{
	border: 0px
}


.button
{
    font-size: 12px;
    font-family: Verdana, Arial
}
.line
{	
	background-color:transparent;
	background-image: url('images/pixel.jpg');
}
.title
{
	background-repeat: no-repeat;
	background-image: url('images/title.jpg');
}
.heart
{
	background-repeat: no-repeat;
	background-image: url('images/heart.jpg');
}
.standOut
{
	color:red
}

.seatingPlan {
	background-attachment: fixed;
	background-image: url(images/circle.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}