﻿/* This style sheet is for the php booking form */
body {
	background-color: #193984;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
p {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
h2 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #CCFFFF;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
table.main {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
table.main-body {
	vertical-align:top;	
}
td.menu {
	background-color: #5970B2;
	height: 28px;
	border: 0px;
}
img.image {
	border-color:white;
	border-style:solid;
	border-width:2px;
	margin-left:10px;
}
img.aircraft {
	vertical-align: top;
}
#footer {
	font-size: x-small;
}
