A {
	COLOR: gray; TEXT-DECORATION: underline
}
A:hover {
	COLOR: red; TEXT-DECORATION: underline
}
A:active {
	COLOR: gray
}
