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

body {
	background-image: url(../images/eagleone-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #8E704C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #330000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #330000;
}
a:active {
	text-decoration: underline;
	color: #330000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.h1 {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.tp {
	background-image: url(../images/teepee.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
hr {
	color: #663300;
	border: thin solid #663300;
}
