@charset "utf-8";
.bottom_nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
}

.bottom_nav:link {
	color: #333333;
	text-decoration: none;
}
.bottom_nav:hover {
	color: #000000;
	text-decoration: underline;
}

