@charset "utf-8";

.bottomMenu {
	font-size: 13px;
}
.bottomMenu  a:link {
	text-decoration: none;
	color: #333333;
}
.bottomMenu  a:visited {
	color: #333333;
	text-decoration: none;
}
.bottomMenu  a:hover {
	color: #333333;
	text-decoration: underline;
}
.bottomMenu  a:active {
	color: #333333;
	text-decoration: none;
}
