h1,h2 {
  text-shadow: 4px 4px 5px lightyellow;
}
ul {
  background-color:#551122;
  color:white;
  border-radius:2em;
  padding:2em;
  margin:0em 4em 4em 4em;
  font-size:1.1em;
  columns: 2;
}
table {
  background-color:#551122;
  color:white;
  border-radius:1.2em;
  margin:0em auto 4em auto;
  width:80%;
  font-size:1.1em;  
}
td,th {
  border-color:#662233;
  border-style:double;
  border-radius:2em;
  padding:3px;
}
a {
  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,#884466,lightgrey);
  font-family: Arial, Helvetica, sans-serif;
}
.winner {
  color: yellow;
  font-style: italic;  
  font-size: 0.8em;
}


.collapsible {
  cursor: pointer;
}

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

.collapsethis {
  display: none;
  overflow: hidden;
} 