
body {
  background-image: url("http://stephendavies.org/nlp/wp-content/uploads/2025/08/parchment.png");
}
div.tab {
    font-size:14pt;
    font-family: Arial, Helvetica, sans-serif;
    color:#fff;
}

label, tr td, tr th {
    font-size:14pt;
    line-height:20px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    padding:4px 12px 4px 8px;
}
tr th {
    color:#41321c;
    font-weight:bold;
}
tr td, label {
    color:black;
    font-weight:normal;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #e9e0df;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}
.tab button {
  background-color: #e9e0df;
  color: black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
font-size:large;
}
.tab button:hover {
  background-color:#8b7500;
  color:black;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}
.tab button.active {
  background-color: #41321c;
  color:#BF9169;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}
td.XP {
    text-align:center;
}
h1, h2 { color:#41321c; }
a { color:#41321c; }
h1, h2 {
  font-family: "IM Fell English SC", serif;
  font-style: normal;
  font-weight: 400;
}

img { width:70px; }

