/* CSS Document */
a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #cccccc;
}

a:active {
	color: #ffffff;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #666666;
}