.box {
	border: 1px solid black;
	padding: 1px;
}
.hover {
	background-color: lightblue;
}
.normal {
	background-color: white;
}
.lista {
	font-family: serif;
	font-size: smaller;
	border: black 1px solid;
	background-color: white;
	width: 600px;
}