.lista {
	padding: 5px 10px 5px 5px;
	width: 16.5em;
	border: 1px dotted #005782;
	font-size: 70%;
	color: #005782;
	background-color: #d8e2eb;
	margin: 25px;

}

.lista a:link {
	color: #005782;
	text-decoration: none;
}
.lista a:hover {
	border-top: 1px #005782;
	border-right: 1px #005782;
	border-bottom: 1px dotted #005782;
	border-left: 1px #005782;
	padding-bottom: 1px;
}
.lista a:visited {
	color: #005782;
	text-decoration: none;
}
