div#content_text {
  text-align: left;
}

/*div#content {
  border: 0px solid;
  background-image: none;
  background-color: #edf6a5;
  width: 740px;
  min-height: 600px;
  height: auto;
  padding: 10px;
  text-align: left;
}*/

table {
  width: 96%;
  font-size: small;
  border: 1px solid black;
}
  
table caption {
  font-size: normal;
  border: 1px solid black;
}
  
th, td {
  border: 0px solid black;
  padding: 0px 5px 0px 5px;
  text-align: left;
}
  
th {
  font-weight: bold;
}
