BODY {
	background-color: #C6C6C6;
}

A {
	color: Black;
	text-decoration: none;
}

A:HOVER {
	color: Blue;
	text-decoration: none;
}

A.menu {
	border : 1px solid #C6C6C6;
	width: 100px;
}

A.menu:HOVER {
	color: Black;
	text-decoration: none;
	background-color : #EAEAEA;
	border : 1px solid Black;
	width: 100px;
}