body {
  color: #008000;
  background: #E0FFFF;
  margin-bottom: 3ex;
  font-family: Verdana, Arial, Helvetica, sans-serif, New Times Roman;
  font-size: 14px;
}

h1 {
  text-align: center;
  color: #FFA500; 
  background: transparent;
  margin-bottom: 16px;
}

h2 {
  text-align: left;
  background: transparent;
  color: #00FF00;
  margin-bottom: 14px;
}

h3, h4, h5, h6 {
  color: #008000;
  margin-bottom: 12px;
}

p {
  color: #808000;
}

table {
  margin-right: auto;
  margin-bottom: 2ex;
}

thead tr, th {
  color: #008000;
  background: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 1ex;
  border: 1pt solid black;
}

tbody td, tr{
  color: #808000;
  background: white;
  font-size: 12px;  
  text-align: center;
  padding: 0.5em 1ex;
  border: 1pt solid black;
}
