td.reservation {
	color: #EAD0AB;
	font-family: Arial;
	font-size: 10px;
	font-weight: regular;

}
input.reservation {
	color: black;
	font-family: Arial;
	font-size: 10px;
	font-weight: regular;
	background: #B46011;

}
a.footer {
	color: #EAD0AB;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
a.footer:link {
	color: white;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
a.footer:visited {
	color: Navy;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
a.footer:hover{
	color: #746648;
	font-family: Arial;
	font-size: 10px;
	font-weight: regular;
	text-decoration: underline;
}

a.main {
	color: black;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.main:link {
	color: #b46011;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a.main:visited {
	color: #416078;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a.main:hover{
	color: #6995B1;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	color: black;
	font-family: Arial;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
	color: black;
	font-family: Arial;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
}

input {
	color: black;
	font-family: Arial;
	font-size: 10px;
}


p.feature {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
}


td.main {
	color: black;
	font-family: Arial;
	font-size: 11px;
}