html {
  background-image: url("images/_Bkgrnd.png");
  background-repeat: none;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  margin-left: 1em;
  Margin-right: 1em;
}

body {
  background-color: rgba(245, 245, 245, 0.9);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font: 14pt "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Garamond, "Times New Roman", serif;
  max-width: 20cm;
}

div {
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
}

ul, ol, li {
  text-align: left;
  padding-bottom: .5em;
}

img {
  width: 90%;
}

p {
  text-align: center;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: black;
}

del, ins {
  text-decoration: none;
}

select, input, button, textarea {
}

table {
  margin-top: auto;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

#ft {
  text-align: center;
  font-size: 75%;
  font-weight: bold;
}

:link {
  color: #0000ee;
}

:link:active {
  color: #ee0000;
}

:link:visited {
  color: #551a8b;
}

th, td {
  padding-top: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
}

#groups {
  column-count: 2;
}

#cell1:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell2:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell3:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell4:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell5:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell6:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell7:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell8:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell9:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell10:hover {
  background-color: rgba(51, 102, 255, 0.5);
}

#cell1 {
  background-color: transparent;
}

#cell2 {
  background-color: transparent;
}

#cell3 {
  background-color: transparent;
}

#cell4 {
  background-color: transparent;
}

#cell5 {
  background-color: transparent;
}

#cell6 {
  background-color: transparent;
}

#cell7 {
  background-color: transparent;
}

#cell8 {
  background-color: transparent;
}

#cell9 {
  background-color: transparent;
}

#cell10 {
  background-color: transparent;
}

#attention1 {
  background-color: #FF7600;
  color: white;
  width: 75%;
  margin: auto;
}