/* CSS Document */

a {
	color : #ff6600;
	text-decoration : none;
}

a:visited {
	color : #ff6600;
}

a:hover {
	color : #4d4d4d;
}