a {
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline blink;
}
a:link {
	color: #CCCCCC;
}
