.tablepress {
	--head-text-color: #ffffff;
	--head-bg-color: #333355;
	--head-active-text-color: #eeeeee;
	--head-active-bg-color: #222244;
	text-align: center;
	border: 1px solid #000000;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #333355;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	border: 1px solid #000000;
	padding: 15px;
}

.tablepress tbody td {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff0000;
	text-align: center;
	border: 1px solid #000000;
	padding: 15px;
}