/* CSS Document */
body{
	color:				black;
	font-family:		Arial, Helvetica, sans-serif;
	background-image:	url(flying_bkg.gif);
	background-repeat:	repeat-x;
	background-color:	#99CCFF;
	margin:				32px;
}

h1{
	color:				white;
	text-align:			center;
}
img.largeprop{
	float:				left;
	margin:				4px;
}

a:link,a:visited,a:hover,a:active{
	text-decoration:	none;
	color:				#3399FF;
}

table.toptable{
	width: 				500px; 
	color: 				white; 
	vertical-align: 	top;
}
table.toptable td a:link,table.toptable td a:visited,table.toptable td a:hover,table.toptable td a:active{
	text-decoration:	none;
	color:				#CCFFFF;
}