<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {box-sizing: border-box}
body {
  font-family: "georgia", serif;
  background-image: url(".png");
  
  background-color: #fdedec; /* For browsers that do not support gradients */
  background-image: radial-gradient(circle, #eaeded,  #ccd1d1, #85929e);
}

h1 {
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.headline {
  font-family: 'Source Code Pro', monospace;
}

h2 {
  font-family: 'Playfair Display', serif;
}

a {
  color: #990033;
}

p {
  font-size: 110%;
  line-height: 1.5;
}

.incr {
  font-size: 110%;
  font-weight: 700;
}

.str {
  font-weight: 900;
}

.str-em {
  font-weight: 900;
  font-size: 110%;
  font-style: italic;
}

.reduced {
  font-family: "georgia", serif;
  font-size: 75%;
  font-weight: 200;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #F1F1F1;
  width: 20%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tab_content {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 1360px;
  background-color: #F5F5F5;
}

.tabcontent2 {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 1600px;
  background-color: #F5F5F5;
}

.contained {
  margin-left: 8em;
  margin-right: 14em;
}

.subtab {
  margin-left: 8em;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 960px;
  background-color: #F5F5F5;
}

/* Horizontal menu */

ul {
  text-align: center;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
}

/** MENU */

#menu {
  width: 778px;
  margin: 0px auto;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  background: url(images2/img04.gif) no-repeat right 50%;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#menu a:hover {
  background: #FFFFFF;
  color: #254360;
}

#menu .active {
  background: #FFFFFF;
  color: #254360;
}

/* Divs to replace tables    */
 .table {
  display: table;
  background-color: #F5F5F5;  /* #FFF5EE  */
}                 /* &lt;table&gt;     */
.cell1 {
  display: table-cell;
  width: 8em;
  padding-left: 1em;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: underline;
}           /* &lt;td&gt;        */
.cell {
  display: table-cell;
  width: 14em;
  padding-left: 1em;
  font-family: Times;
  line-height: 1.3;
  font-size: 1.3em;
}           /* &lt;td&gt;        */


.cell2 {
  display: table-cell;
  width: 56em;
  padding-left: 1em;
  font-family: Times;
  line-height: 1.3;
  font-size: 1em;
}


hr {
  width: 100%;
}

.row {
  display: table-row;
}            /* &lt;tr&gt;        */</pre></body></html>