@charset "utf-8";
/* CSS Document */

body { background:#003399 url('../images/skydiving-bkgd.jpg') repeat-x top center;
}

p, table { font-family: Arial; color: #ffffff; font-size: x-small;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #99CCFF;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ffff00;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #99CCFF;
	font-size: medium;
	text-decoration: none;
	margin-top:10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #99CCFF;
	font-size: x-small;
	text-decoration: none;
}

hr {
	height:1px;
	color: #99CCFF;
}
