@charset "UTF-8";

body {
  margin-left: 10%;
  margin-right: 10%;
  background-image: url("bg_le_y2.gif");
}

h3 {
  color: white;
  background-color: #556b2f
}

table {
  width: 100%;
  background-color: #556b2f;
}

tr th {
  background-color: #556b2f;
  color: white;
  /* text-align: left; */
}

tr td {
  background-color: #fff8dc;
}

.centering {
  text-align: center;
}

.align-right {
  text-align: right;
}

.color_red {
  color: #ff0000;
}

.fsize24 {
  font-size: 24px;
}


