h1,h2 {
  text-shadow: 4px 4px 5px lightyellow;
}
ul {
  background-color:#115522;
  color:white;
  border-radius:2em;
  padding:2em;
  margin:0em 4em 4em 4em;
  font-size:1.1em;
  columns: 2;
}
table {
  background-color:#115522;
  color:white;
  border-radius:1.2em;
  margin:0em auto 4em auto;
  width:70%;
  font-size:1.2em;  
}
td,th {
  border-color:#226633;
  border-style:double;
  border-radius:2em;
  padding:3px;
}
a {
  text-decoration:none;
  color:lightgrey;
  text-shadow: 1px 1px 2px black;
}
a:hover {
  color:white;
/*
  border-style:solid;
  border-color:white;
  border-width:1px;
  border-radius:3px;
*/
}
body {
  background:linear-gradient(lightgrey,#448866,lightgrey);
  font-family: Arial, Helvetica, sans-serif;
}
.winner {
  color: yellow;
  font-style: italic;  
  font-size: 0.8em;
}

 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  cursor: pointer;
}

.active, .collapsible:hover {
  background-color: #448866;
}

/* Style the collapsible content. Note: hidden by default as "display" below is set */
.collapsethis {
  display: none;
  overflow: hidden;
/* ANIMATION ....someday
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
*/
} 