body { background-color: #FAE4DC; }
.title_div { 
  padding-top: 100px;
  padding-bottom: 100px;
  text-align:center;
  background-color: #FAE4DC;
  font-size: 200%;
  font-family: Tahoma, Geneva, sans-serif;
}
.c3 { margin-left: auto; margin-right: auto;  width: 100%; background-color: #082B08; }
.table_padding { min-height: 50px; background-color: #082B08; }
.table_container { margin-left: auto; margin-right: auto; width:80%; background-color: #082B08; }
.links_table {
  width: 100%;
  font-size:120%;
  border-spacing: 0px 0px;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  table-layout: fixed;
  border: 0px;
}
.links_table td {
  background-color: #082B08;
  padding: 20px;
  border: 0px;
  white-space: nowrap;
}
.links_table a {
  color: #919FFB;
  text-decoration: none;
  border-bottom: 1px solid #C08585;
  padding-bottom: 8px
}
.links_table td:hover a { color: yellow;   border-bottom: 1px solid green; }
.bottom_text { padding: 100px; text-align: center;}