BODY {
	color : #000000;
	background-color : #FFFFFF;
	font-family : Arial, sans-serif;
	font-size : medium;
	font-weight : bold;
}

A {
	color : #FF6000;
	text-decoration : none;
}

A:HOVER {
	color : #B5B5B5;
	text-decoration : none;
}


A.menu {
	color : #000000;
	text-decoration : none;
}

A.menu:HOVER {
	color : #FF6000;	
	text-decoration : none;
}