body {
	background-image: url(images/hairbg.jpg);
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: none;
}

.navtext {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #CCCCCC;
	text-transform: uppercase;
	padding-top:15px;
	font-weight: bold;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 25px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0em;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}