h1 {
  font-family: times new roman;
  font-size: 24px;
  color: blue;
}

p {
  font-family: times new roman;
  font-size: 18px;
  line-height: 150%;
  text-align: justify;
}

td.title {
  font-family: verdana;
  font-size: 16px;
  background-color: #4682BE;
  text-align: center;
  width: 5%;
  border: 1 outset;
}

td.title2 {
  font-family: verdana;
  font-size: 16px;
  background-color: #4682BE;
  text-align: center;
  width: 10%;
  border: 1 outset;
}

td.title4 {
  font-family: verdana;
  font-size: 16px;
  background-color: #4682BE;
  text-align: center;
  width: 20%;
  border: 1 outset;
}

td.color1 {
  font-family: verdana;
  font-size: 16px;
  background-color: #ADD8E6;
  text-align: center;
  width: 5%;
  color: blue;
  border: 1 outset;
}

td.color2 {
  font-family: verdana;
  font-size: 16px;
  background-color: yellow;
  text-align: center;
  width: 5%;
  color: blue;
  border: 1 outset;
}

td.color3 {
  font-family: verdana;
  font-size: 16px;
  background-color: #EE82EE;
  text-align: center;
  width: 5%;
  color: blue;
  border: 1 outset;
}

td.color4 {
  font-family: verdana;
  font-size: 16px;
  background-color: #90EE90;
  text-align: center;
  width: 5%;
  color: blue;
  border: 1 outset;
}

td.unknown {
  font-family: verdana;
  font-size: 16px;
  background-color: white;
  text-align: center;
  width: 5%;
  color: blue;
  border: 1 outset;
}

td.category1 {
  font-family: verdana;
  font-size: 18px;
  background-color: lightblue;
  text-align: center;
  width: 27%;
}

td.category2 {
  font-family: verdana;
  font-size: 18px;
  background-color: lightblue;
  text-align: center;
  width: 40%;
}

td.category3 {
  font-family: verdana;
  font-size: 18px;
  background-color: lightblue;
  text-align: center;
  width: 33%;
}