/* CSS Document - copyright 2007 Klar Design */


a:link {
	color: #868686;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #868686;
}
a:hover {
	text-decoration: underline;
	color: #0F5B9E;
}
a:active {
	text-decoration: none;
	color: #868686;
}