#rodape      .links      li  {
	list-style: none;
	margin: 0px 10px;
	display: inline;
}
#rodape .links a {
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #000;
}
#rodape .links a:hover {
	border-bottom: 1px dotted #0C0;
	top: -2px;
	position: relative;
}
#rodape .links a:active {
	border-bottom: 1px dotted #F00;
	top: -2px;
	position: relative;
}

#rodape {
	text-align: center;
}
