body { background:#FFFFFF url('../images/bkgd.jpg') no-repeat top center;
}

p, table { font-family: Arial; color: #666666; font-size: x-small;
}

.content {
	background-image: url('../images/texas-hotairballoons_14.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #cc0000;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	font-size: medium;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-size: small;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-size: x-small;
	text-decoration: none;
}

.xxsmall {font-size: xx-small}

hr {color:#999999;
	height: 1px;
	width: 80%;
	}
	
#bottom_fade {
	width: 1600px;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("../images/bottom-fade.png") bottom center repeat-y;
}