.lonepeak {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
}
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#nav a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#nav a:visited {
	color: #FFFFFF;
}
#nav a:hover {
	border-color: #7A7636;
	color: #ffff99;
	text-decoration: underline overline;
}
#content a {
	text-decoration: underline;
	color: #559FAA;
	font-weight: bold;
}
#content a:visited {
	color: #559FAA;
}
#content a:hover {
	border-color: #095965;
	color: #095965;
	text-decoration: underline overline;
}