

body {
    background: #F7F6E8;
    color: #2B2B1C;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1200px;
    text-align: justify;
}

h1, h2 {
    color: #000000;
    font-weight: 600;
    line-height: 1.3;
    font-variant: small-caps
}

c {
     color: #2B2B1C;
    margin-top: 1.3em;
     font-size: 20px;
}

d {
     color: #2B2B1C;
    margin-top: 1.3em;
     font-size: 18px;
    font-weight: 500;
}

a {
    color: #000000;
}

strong {
    font-weight: 600; 
}

samp {
    display: none;
}

img {
    background: transparent;
    border: 2px solid #F7F6E8;
    border-radius: 3px;
    display: block;
    margin: 1.1em auto;
    margin-right: 1.0cm;
    margin-top: auto;
    max-width: 95%;
}
figure {
  float: left;
}

figure img {
  border-radius: 1px 1px 1px 1px;
    float: center;
}

figure figcaption {
  background-color: #F7F6E8;
  color: black;
  font-size: 12px;
  border-radius: 1px 1px 1px 1px;
text-align: justify;
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 4em;
  display: grid;
  
  /* this breaks position sticky in Firefox */
  /* overflow-x: hidden; */
}
header {
grid-column: 1/ 3;
  background: #F7F6E8;
  color: black;
 margin: 0 auto;
}

table {
    width: 100%;
}
th, td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid black;

}

#t01 tr:nth-child(even) {
  background-color: #F7F6E8;
}
#t01 tr:nth-child(odd) {
 background-color: #F7F6E8;
}
#t01 th {
  background-color: #F7F6E8;
  color: black;
   font-size: :16px;
}
