body {
	font-family: "Arial Narrow";
	font-size: 15px;
	
		background-image: url(images/background1.jpg);
	background-color: #000000;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
 }
 :link {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
 :visited {
	color: #FFFFFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
 :active { color: #FFFFFF }

.text {
	font-family: Arial Narrow;
	font-size: 15px;
}
.headers {
	font-family: "Arial Narrow";
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}
.subheaders {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #B69933;
}
.maintext {
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
}
.smalltext {
	font-family: "Arial Narrow";
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

