body {
  font-family: "Times New Roman", Times, serif;
  background-color: #ffffc6;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
p	{
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	}
.month	{
		font-weight: bold;
			font-size: 100%;
		color: white;
		text-align: center;
		background-color: #000080;
		}
.date	{
		font-weight: bold;
		font-size: 90%;
		text-align: left;
		background-color: yellow;
		}
.data	{
		font-weight: bold;
		font-size: 110%;
		text-align: center;
		background-color: white;
		}