
table.greenTable {
  width: 100%;
  margin: 0 auto;
  background-color: #E6FFE6;
  border-collapse: collapse;
  border-width: 5px;
  border-color: #009900;
  border-style: ridge;
  color: #F5F5F5;
  text-align: justify;
}

table.greenTable td {
  border-width: 1px;
  border-color: #000000; /* #00802B */
  border-style: solid;
  padding: 5px;
  color: #00000F;
}
table.greenTable th {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    color: #F5F5F5;
    font-weight: normal;
    padding: 10px;
}

table.greenTable thead {
  background-color: #004D00;
  color: #F5F5F5;
}

/* table.greenTable ul, ol {
  padding-left: 10px;
} */





