h1 {
  font-family: "Lucide Sans Unicode";
  font-size: 3em;
  font-weight: bold;
  color: blue;
  text-align: center;
}

h3.green {
  font-size: 2em;
  color: green;
  text-align: left;
  font-style: italic;
}

h3.red {
  font-size: 2em;
  color: red;
  text-align: left;
  font-style: italic;
}

#special {
  color: limegreen;
  font-style: italic;
}

a {
  font-family: "Arial";
  font-size: 1em;
}

a:link {
  color: blue;
}

a:visited {
  color: red;
}

a:hover {
  color: cyan;
}

p {
  font-family: "Times New Roman";
  font-size: 1em;
  text-align: justify;
}

p.paratext:first-letter {
  font-size: 2em;
}

#left {
  background-color: white;
  border-style: solid;
  border-width: 3px;
  float: left;
  width: 20%;
}

#right {
  background-color: white;
  border-style: solid;
  border-width: 3px;
  float: right;
  width: 78%;
}

#therest {
  background-color: gray;
  text-align: center;
  clear: both;
  
#big {
  background-color: gray;
  text-align: center;
  clear: both;

td.padded {
  padding: 0.5cm 1cm;
}