/*
	Style sheet copyright 2007, Golden Rule Airlines
	*/

a {
	color: brown;
	} /* a */

body {
	background-color: black;
	color: orange;
	margin: 0;
	} /* body */

body>div.compass_face {
	position: fixed;
	} /* body>div.compass_face */

h1 {
	color: yellow;
	font-family: Futura Lt BT, Times New Roman, Helvetica;
	font-size: 220%;
	} /* h1 */

h2 {
	color: orange;
	font-family: Futura Lt BT, Times New Roman, Helvetica;
	font-size: 170%;
	} /* h2 */

.caption {
	font-family: Arial, Helvetica;
	font-size: 65%;
	text-decoration: none;
	} /* caption */

.company_name {
	font-family: Tahoma, Times New Roman, Helvetica;
	font-weight: bold;
	font-size: 110%;
	} /* company_name */

.compass_face {
	background-color: black;
	color: orange;
	position: absolute;
	text-align: right;
	width: 15%;
	} /* compass_face */

.compass_point {
	color: grey;
	text-decoration: none;
	font-size: 90%;
	} /* compass_point */

.compass_rose {
	color: orange;
	font-family: Verdana, Arial, Helvetica;
	font-size: 100%;
	margin-left: 1%;
	width: 95%;
	} /* compass_rose */

.lil_blue {
	color: navy;
	font-family: Arial, Helvetica;
	font-size: 75%;
	} /* lil_blue */

.title_face {
	background-image: url(0001-charter-air-flight-central-asia.jpg);
	color: black;
	font-family: Arial, Helvetica;
	font-size: 100%;
	height: 100%;
	left: 15%;
	position: absolute;
	width: 85%;
	} /* title_face */

.xebec {
	background-color: black;
	color: orange;
	font-family: Arial, Helvetica;
	font-size: 100%;
	left: 15%;
	position: absolute;
	top: 8px;
	width: 83%
	} /* xebec */

