body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 14px;
}

body {
  height: auto;
  
  /* MSIE hack */
  text-align: center;
}

#content, #links {
  margin: 2em;
  
  /* escape MSIE hack */
  text-align: left;
}

#content {
  background: #fff;
  border: 0;
  border: 2px solid #black;
  
  padding: 1em;
  font-family: arial, helvetica, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  letter-spacing: .1em;
  text-transform: lowercase;
  color: #5c4033;
}

#links {
  margin-top: 1em;
}

#links a, #description, #change-quiz-description, #change-option-count-description, #change-quiz-mode, #change-quiz-parts, #options-link {
  font-family: times, 'Times New Roman', serif;
  text-decoration: none;
  text-transform: lowercase;
  font-variant: small-caps;
}

#links a {
  border: 1px solid #000;
}

#change-quiz-description, #change-option-count-description, #change-quiz-mode, #change-quiz-parts {
  margin-bottom: .1em;
}

#options-link {
  font-size: 1.25em;
  font-weight: bold;
}

/* By default, don't show any options */
#options {
  display: none;
}

.mode {
  font-size: .9em;
  margin-right: 2em;
}

.mode {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: .9em;
}

#flash {
  font-family: times, 'Times New Roman', serif;
  margin-top: 1.2em;
  margin-bottom: 1.5em;
  background: #F5F5DC;
  color: #600;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.25em;
  padding: .05em;
  padding-top: .65em;
  padding-left: .65em;
  padding-right: .65em;
}

/*
#flash span {
  background: #f5f5f5;
}
*/

#progress-summary {
  font-size: .9em;
  font-family: times, 'Times New Roman', serif;
  font-style: italic;
  margin-bottom: 0;
}

#word {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 0;
  margin-top: .1em;
  margin-bottom: .5em;
}

a:link, a:visited {
  background: #fff;
  color: #5c4033;
}

a:hover {
  background: #5c4033;
  color: #fff;
}

#options-link a:link, #options-link a:visited {
  text-decoration: none;
} 

#options-link a:hover {
  color: #5c4033;
  background: #fff;
  text-decoration: underline;
}

.choice-text {
  font-size: 1.1em;
}

#tiger {
  text-align: right;
  color: #222;
  font-family: times, 'Times New Roman', serif;
  width: auto;
  background: #F5F5DC;
  padding: .65em;
  padding-left: 1em;
  padding-right: 1em;
  border: 3px dashed #858585;
  border: 2px dashed #000;
  font-size: .9em;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.1em;
}

#tiger em {
  font-style: normal;
  color: #777;
  color: #600;
  /* border-bottom: 1px dashed #888; */
  text-transform: lowercase;
  font-variant: small-caps;
}

/*
#links a:link, #links a:visited {
  background: #fff;
  color: #5c4033;
}

#links a:hover {
  background: #5c4033;
  color: #fff;
}
*/