@charset "UTF-8";
/* CSS Document */
.menu {
	color: #e80e8a;
	font-weight:bold;
	font-size:16px;
	text-align: left;
	list-style: none;
	
}
.menu li{
	padding: 0 0 0 0px;
	height: 30px;
}
.menu a:visited{
	color:#e80e8a;
}