a:link {
	color : #0050d0;
	font-weight : bold;
	text-decoration : none;
	}

a:visited {
	color : #990066;
	text-decoration : none;
	}

a:hover {
	color : #008080;
	font-weight : bold;
	text-decoration : underline;
	}

a:active {
	color : #990066;
	}

h1{
	color : #336600;
	text-align : center;
	}

h2 {
	color : #336600;
	text-align : center;
	}

h3 {
	color : #336600;
	font-size : 1.25em;
	text-align : left;
	padding-left : 20px;
	padding-top : 15px;
	}
h4 {
	color : #663333;
	font-size : 1.25em;
	text-align : left;
	clear : both;
	}

h5 {
	color : #663333;
	font-size : 1.1em;
	padding-top : 15px;
	}

body {
	background-color : #e9f9ff;
	font-weight : normal;
	color : #0f0000;
	padding-left : 15px;
	width : 600px;
	margin-right : auto;
	margin-left : auto;
	}

#page {
	background-color : #e0ffe6;
	margin-top : 0;
	padding-top : 7px;
	padding-bottom : 2px;
	}

p {
	font-family : georgia, "Times New Roman", serif;
	line-height : 130%;
	padding-right : 20px;
	padding-left : 25px;
	margin-top : -10px;
	}

#title {	
	text-align : center;
	}

#title p {
	margin-top : 0;
	}
	
.title {
	font-family : elephant, verdana, sans-serif;
	font-size : 30px;
	color : #4477dd;
	}

.image {
	float : left;
	margin-right : 10px;
	clear : both;
	}

.item {
	clear : both;
	}

.hidden {
	display : none;
	}

.flight {
	border : 2px  #ff6600 solid;
	text-align : center;
	padding : 10px 0;
	}

.flight p {
	font-family : georgia, "Times New Roman", serif;
	line-height : 130%;
	margin : 0;
	}

.tree {
	border : 2px  #eoffe6 solid;
	text-align : center;
	padding : 10px 0;
	}

.tree p {
	font-family : georgia, "Times New Roman", serif;
	line-height : 130%;
	margin : 0;
	}

sup {
	font-size : 75%;
	}

hr {
	clear : both;
	margin-bottom : 20px;
	}

ul {
	margin-top : -10px;
	}

li {
	line-height : 140%;
	font-size : 110%;
	}

