a:visited {
	color: #00669;
	text-decoration: none;
}
a:link {
	color: #00669;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

a.page:visited {
	font-weight: bold;
	color: #006699;
}
a.page:hover {
	font-weight: bold;
	color: #FF9900;
}
a.page:active {
	font-weight: bold;
	color: #339999;
}

