@charset "utf-8";
.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #66cc00;
	display: block;
	padding: 4px;
	font-weight: bold;
	width: 200px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.menulinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccccc;
	text-decoration: none;
	background-color: #003366;
	display: block;
	padding: 4px;
	font-weight: bold;
	width: 200px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
body {
	background-color: #5b85d7;
}

