#lista {
	border: 1px solid black;
	font-size: 12px;
}
#lista .titulo {
	font-weight: bold;
	text-align: center;
	background-color: #F5F5F5;
}
#container TD {
	vertical-align: text-top;
}
A:link {
	text-decoration: none;
}
A:hover {
	color: red;
}
