.nav a:link {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	color: #000000;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:active {
	color: #000000;
	text-decoration: none;
}
.bottom a:link {
	color: #A9988E;
	text-decoration: underline;
}
.bottom a:visited {
	color: #A9988E;
	text-decoration: underline;
}
.bottom a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.bottom a:active {
	color: #A9988E;
	text-decoration: underline;
}
.dev a:link {
	color: #666666;
	text-decoration: underline;
}
.dev a:visited {
	color: #666666;
	text-decoration: underline;
}
.dev a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.dev a:active {
	color: #666666;
	text-decoration: underline;
}
