.nav a:link {
	color: 7D7D7D;
	text-decoration: none;
}
.nav a:visited {
	color: #7B7B7B;
	text-decoration: none;
}
.nav a:hover {
	color: #FF8080;
	text-decoration: none;
}
.nav a:active {
	text-decoration: none;
}
.content a:link {
	color: #0000FF;
	text-decoration: none;
}
.content a:visited {
	color: #FF0000;
	text-decoration: none;
}
.content a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.content a:active {
	color: #0000FF;
	text-decoration: underline;

}
.hn a:link {
	color: #535353;
	text-decoration: none;


}
.hn a:visited {
	color: #535353;
	text-decoration: none;

}
.hn a:hover {
	color: #A4A4A4;
	text-decoration: none;

}
.hn a:active {
	text-decoration: none;
}
.hn {
	white-space: nowrap;
}
