body {
	background-color: black;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 54px;
	font-style: normal;
	font-weight: bold;
	z-index: 1;
	/* text-align: center; */
	padding: 6px;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFF99;
	font-style: normal;
	font-weight: bold;
	z-index: 1;
	text-align: left;
}


h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	z-index: 1;
	text-align: center;
}

h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	z-index: 1;
	text-align: center;
}

table {
	width: 800px;
	margin: auto;
}

a:link {
	color: white;
	font-weight: none;
	text-decoration: none;
}

a:hover {
	color: white;
	font-weight: none;
	text-decoration: none;
}

a:visited {
	color: white;
	font-weight: none;
	text-decoration: none;
}

p a:link {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	color: #C0C0C0;
	font-weight: none;
	text-decoration: none;
}

 p a:visited {
	color: #FFFF99;
	font-weight: none;
	text-decoration: none;
}

.main {
	width: 800px;
	clear: both;
	margin: auto;
	padding-top: 20px;
}

.buttons {
	width: 800px;
	clear: both;
	margin: auto;
	padding-top: 20px;
	color: #FFFF99;
}

.top {
	width: 800px;
	clear: both;
	margin: auto;
	padding-top: 20px;
}

.footer {
	width: 800px;
	clear: both;
	margin: auto;
	padding-top: 20px;
	width: 800px;
}

#booking {
	color: #CC9900;
}

#next {
	font-weight: bold;
	color: #FFFF99;
	text-align: center;
}

div div div 
{	display: inline-block;
	background-color: #black;
	color: #FFFF99;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

div div div a:link {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}

div div div a:hover {
	color: #C0C0C0;
	font-weight: none;
	text-decoration: none;
}

div div div a:visited {
	color: #FFFF99;
	font-weight: none;
	text-decoration: none;
}

#home {
	padding-left: 0px;
}