/* CSS Document */

a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #999999;
}
