<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
table {
  border: 2px solid #000099;
  background-color: white;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 20px;
  width: 260px;
  height: 400px;
}
th {

  text-align: center;
}
td {
  border-style: solid;
  border-width: 1px;
  text-align: center;
}
.month {
  font-weight: bold;
  text-align: left;
  
  padding-left: 10px;

}
.tag {
  text-align: center;
}
</pre></body></html>