table {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-spacing: 0px;
	border-collapse: collapse;
}

caption {
	font-weight: 600;
	border: 1px solid black;
	border-bottom: none;
}

tr,
td,
th {
	border: 1px solid black;
}

.weekend {
	color: red;
}
