#bottom_nav {
	margin: 10px 0;
	font-size: 10px;
}

#bottom_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bottom_nav li {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 20px;
}

#bottom_nav a {
	color: #330;
}

#bottom_nav a:link, #bottom_nav a:visited {
	text-decoration: none;
}

#bottom_nav a:focus, #bottom_nav a:hover {
	text-decoration: underline;
}

#bottom_nav a:active {
	text-decoration: none;
}