.dayLabel {background-color: lightSteelBlue}
table  { background: white; 
	   border: 1px solid #000000;
	   border-collapse: collapse; /* Collapse borders together */
       }
th {background-color: LightGoldenRodYellow;
    border: 1px solid #000000;
    margin: 0; /* No gap between the cells */
    padding: 5px; /* Padding inside the cells */
}
td {
  border: 1px solid #000000;
  margin: 0; /* No gap between the cells */
  padding: 5px; /* Padding inside the cells */
}
table caption {
  font-weight: bold;
  text-align: center;
  font: 1.5em sans-serif;
}
h1 {font-size: 36pt}
h2 {color: blue}
p {margin-left: 50px}

