/* menu.css: for menu.html */

.expand-center {
	text-align: center;
	width: 100%;
}

.normal-center {
	text-align: center;
	line-height: 1.1;
}

img {
	border-width: 0px;
}

.expand-center:hover {
	background-color: #FFFFCC;
}

a {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}