body {
  margin: 0;
  padding: 0;
  background-color: #FFEBC7;
}
h2 {
  margin: 10px;
  font-family:"Courier New";
  font-weight: bold;
  font-size: 32px;
}
h3 {
  margin: 50px;
  font-family:"Courier New";
  text-decoration-line: underline;
  font-size: 20px;
}
p {
  margin: 50px;
    font-family: "Georgia";
    font-size: 20px;
    line-height: 1.6;
  }
  #corps {
    text-align: justify;
    padding-right: 10px;
  }
  #brief {
   text-align: center;
  font-style: italic;
   padding-right: 10px;
  }
  
#a {
  color: #fffaa3;
  text-decoration: none;
  border-bottom: 1px solid #fffaa3;
  display: inline-block;
  position: relative;
  padding: 0 0.2em;
  transition: all 150ms;
  z-index: 1000;
}
#a:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 0%;
  background: rgba(204, 0, 52, 0.16);
  bottom: 0;
  left: 0;
  position: absolute;
  transition: height 250ms;
}
#a:hover {
  border-color: transparent;
}
#a:hover:before {
  height: 80%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #33000d;
  display: flex;
  float: left;
  position: sticky;
  top: 0;
}

ul li a {
  display: block;
  color: #fffaa3;
  padding: 14px 16px;
  text-decoration: none;
  font-family: "Courier New";
  font-size: 20px;
}

ul li a:hover {
  background-color: #FFA41C;
}
ul {
  position: fixed;
  top: 0;
  width: 100%;
}
ul li a.active {
  background-color:  #F56925;
}

table {
  border-collapse: collapse;
  width: 50%;
}

th, td {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  height: 24px;
}

tr:nth-child(even){background-color: #FFffC7}
tr:nth-child(odd){background-color: #fffab3}

th {
  background-color: #33000d;
  color: #FFEBC7;
}

td {
  width: 60px;
}