body {
	font-family: 'Arial';
	font-size: 24px;
}

h1 {
	color: white;
	background-color: blue;
}

.boxlistaButton {
	width: 240px;
	height: 100px;
	background-color: #8888ff;
	border-radius: 8px;
	text-align: center;
	line-height: 100px;
	border: 8px solid rgba(200, 200, 200, 0.99);
	display: block;
}

.boxlistaButton a {
	text-decoration: none;
}
