body {
	background-color: #E8E8E8;
}
.linkmenu {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: 800;
	color: #FF6600;
	text-decoration: none;
}
.linkmenu:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: 800;
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}


