h1 {
  font-family: times new roman;
  font-size: 24px;
  color: blue;
}

p {
  font-family: times new roman;
  font-size: 18px;
  line-height: 140%;
  text-align: justify;
}

ul {
  font-family: times new roman;
  font-size: 18px;
  line-height: 140%;
}

table.future {
  border-color: yellowgreen;
  border-style: solid;
}

table.coming {
  border-color: #F0F046;
  border-style: solid;
}

table.past {
  border-color: gray;
  border-style: dotted;
}

td.text {
  font-family: times new roman;
  font-size: 18px;
  line-height: 120%;
  text-align: left;
  width: 30%;
}

td.image {
  width: 40%;
  font-family: times new roman;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

td.meet {
  font-family: times new roman;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: blue;
  width: 30%;
}

td.center {
  text-align: center;
}

span.title {
  font-family: times new roman;
  font-size: 24px;
  font-weight: bold;
  color: #00008B;
}