
body {  display: block;
  width: 80%;  
	margin: auto;
}

a:link {
  color: gray;
}

a:visited {
  color: green;
}

a:hover {
  color: rebeccapurple;
}

a:active {
  color: teal;
}

#navigation {
}

p {
  font-size: 120%;
  color: dimgray;
}

h1 {
	font-size: 24pt%;
  color: green;
}
h2 {
	font-size: 22pt%;
  color: yellow;
}

#contents {
	display: block;
	float: right;
	clear: left;
    background: url(../platen/pf_ds.jpg);
	min-height:50%;
	min-width: 70%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  font-family: sans-serif;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to white on hover */
li a:hover {
  background-color: teal;
}

div.polaroid {
  display: block;
  width: 70%;  
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}
div.polaroid img {
  display: block;
  width: 70%;  
  margin-left: auto;
  margin-right: auto;
}
div.container {
  display: block;
  width: 70%;  
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1px 2px;
  background-color: white;
}

span#test {
	color: red;
}

.error {color: #FF0000;}

.question {color: dodgerblue;}
.answer {color: green;}
.taunts {color: orangered;}
.foundkey {color: limegreen;}

.taunts input {
    color: orangered;
    background-color: lightgreen;
    font-weight: bolder;
    border: unset;
}

footer {  
	position: -webkit-sticky; /* Safari */
	position: sticky;
	bottom: 200px;
	display: block;
	vertical-align: bottom;
}