
body {
	background-color: #000000;
	margin:0px;
	padding:0px;
}

a {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
}

p {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color: #FFFFFF;
	padding: 5px;
}

table.reserve {
	width: 100%;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}