body {
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10pt;
  color: #5b3207;
  background-color: #dbbda3;
  background-image:url('/img/background.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  margin: 8em;
}

p {
  text-align: justify;
}

h1 {
  font-weight: bold;
  font-size: 28pt;
  text-align: center;
  letter-spacing: 0.1em;
}

h2 {
  font-weight: bold;
  font-size: 18pt;
  padding-top: 2em;
}

h3 {
  font-weight: bold;
  font-size: 14pt;
  padding-top: 1em;
}

h4 {
  font-weight: bold;
  font-size: 12pt;
}

h5 {
  font-weight: bold;
  font-size: 10pt;
}

table {
  border-collapse: separate;
  border-spacing: 0px;
  border: 1px #5b3207 dotted;
  margin-left:auto;
  margin-right:auto;
}

td {
  border: 1px #5b3207 dotted;
  vertical-align: middle;
  text-align: center;
}

a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 8pt;
}

a:link {
  color: #5b3207;
}

a:active {
  color: #5b3207;
}

a:visited {
  color: #5b3207;
}

a:hover {
  color: #96530c;
}

.center {
  text-align: center;
}

.easy {
  color: #f93b3b;
}

.hard {
  color: #0051f9;
}

.fmv {
  font-weight: bold;
  font-style: italic;
}

.section {
  cursor: pointer;
  cursor: hand
}

.heading {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5em;
}

