#rodape {
	font-size: small;
	clear: both;
	width: 100%;
	text-align: center;
	background: #DDD;
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	letter-spacing: normal;
}
#rodape  li {
	display: inline;
}
#rodape a {
	color: #000;
	text-decoration: none;
}
#rodape a:link {
	font-weight: bold;
	text-decoration: none;
}
#rodape a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#rodape a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #F00;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #060;
}

