A:hover {
	text-decoration:none;
	COLOR: #FF9933;
}
A {
	text-decoration:none;
	COLOR: #D7C393;
}

A.hover2:hover {
	text-decoration:underline;
	COLOR: #003366;
}
A.hover2 {
	text-decoration:none;
	COLOR: #003366;
}

