@charset "utf-8";
/* CSS Document */
.menu{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
	
.menu:hover{
	text-decoration:underline;
	color:#933;
	font-weight:bold;}
