@charset "utf-8";
/* CSS Document */
body {
	background-color: #e6e6e6; 
	text-align:center; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;	
}

#menulink {
	font-size:20px;
	text-decoration: none;
	font-weight:bold;
	color:#000000;
	background-color:#4F72A8;
	padding:10px;
	
}

a, a:visited {
	color:#254507;
	text-decoration:underline;
}

a:hover, a:active {
	color:#3F6008;
	text-decoration:none;
}

