<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    body {
      margin: 0;
      border: 0;
      font-family: sans-serif;
      background: #404040;
      color: white;
      text-align: center;
      -webkit-text-size-adjust: none;
    }

    hr {
      border: 0px;
      border-top: 1px solid black;
      border-bottom: 1px solid #606060;
    }

    em {
      font-weight: bold;
    }

    #Header {
      position: relative;
      background: url(headerBack.png) #101010;
      padding-top: 8px;
      height: 42px;
      text-shadow: black 0px 1px 2px;
    }

    #HeaderText {
      font-size: 24px;
      font-weight: bold;
      padding-right: 20px;
      padding-top: 2px;
      text-shadow: black 0px 1px 2px;
    }

    #Content {
      padding-top: 20px;
      display: none;
      margin-left: auto;
      margin-right: auto;
      max-width: 480px;
    }

    .buttons {
      padding-top: 20px;
    }

    .button {
      display: inline;
      font-size: 19px;
      font-weight: bold;
      background: #FF8000;
      background-image: url(navBackground.png);
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 10px;
      margin-right: 10px;
      border-left: 1px solid #808080;
      border-right: 1px solid #000000;
      text-shadow: black 0px 1px 2px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
    }

    #SubHeader {
      font-size: 18px;
      font-weight: bold;
      text-shadow: black 0px 1px 2px;
    }

    #Map {
      background: #303030 url(highlight.png) repeat-x bottom;
      padding: 5px;
      padding-bottom: 10px;
      margin: 5px;
      border: 1px gray inset;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
    }

    #MapTitle {
      font-size: 13px;
      font-weight: bold;
      padding: 3px;
      text-shadow: black 0px 1px 2px;
    }

    #MapType {
      font-size: 11px;
      font-weight: bold;
      display: inline;
      background: #C0C0C0;
      -webkit-border-radius: 5px;
      border-radius: 5px;
    }

    .typeSelected {
      border: 1px gray inset;
      background: url(blueGradient.png) repeat-x bottom;
      color: white;
      padding: 2px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .typeUnselected {
      border: 1px gray outset;
      color: black;
      background: #C0C0C0;
      padding: 2px;
      padding-left: 10px;
      padding-right: 10px;
    }

    #NextQuiz {
      float: right;
      margin-right: 5px;
    }

    #Quiz {
      margin-top: 5px;
      margin-bottom: 25px;
      margin-right: 80px;
    }

    .quizEntry {
      text-align: left;
      white-space: nowrap;
      font-size: 14px;
      text-shadow: black 0px 2px 4px;
      line-height: 30px;
      margin-bottom: 7px;
      padding-left: 10px;
      background: black url(navBackground.png) repeat-x;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: black 0px 1px 2px;
      box-shadow: black 0px 1px 2px;
    }

    .quizEntryFail {
      background-color: #FF0000;
      font-weight: bold;
    }

    .quizEntrySuccess {
      background-color: #008000;
      font-weight: bold;
    }

    .quizEntrySolution {
      background-color: #008000;
      text-decoration: blink;
    }

    #Score {
      font-size: 11px;
      padding-bottom: 3px;
    }

    #Results {
      width: 280px;
      background: #F0F0E0;
      color: black;
      border: 2px solid #B0B0A0;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      padding: 10px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-shadow: black 0px 2px 4px;
      -moz-box-shadow: black 0px 2px 4px;
      box-shadow: black 0px 2px 4px;
    }

    #WrongResults {
      text-align: left;
    }

    #Results hr {
      border: 0px;
      border-top: 1px solid #E0E0D0;
      border-bottom: 1px solid white;
    }

    #WrongStates {
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0px;
    }

    #WrongStates li {
      background: #E0E0D0 url(navBackground.png) repeat-x top;
      border: 1px solid #E0E0C0;
      border-top: 0px solid #FFFFF0;
      padding: 6px;
      margin: 0px;
      list-style: none;
      text-align: left;
      font-size: 14px;
      text-shadow: white 0px 1px 1px;
      white-space: nowrap;
      overflow: hidden;
    }

    #WrongStates li img {
      vertical-align: middle;
    }

    #ListHeader {
      background: url(blueGradient.png) repeat-x bottom;
      color: white;
      padding: 4px;
      border-top: 1px solid #E0E0FF;
      border-bottom: 1px solid black;
    }

    #List {
      display: none;
      border-top: 1px solid white;
    }

    .listEntry {
      background: #F0F0F0 url(more.png) no-repeat right center;
      padding: 6px;
      color: black;
      padding-left: 10px;
      text-align: left;
      border-bottom: 1px solid gray;
    }

    #Help {
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 13px;
      text-align: left;
    }

    #Help a {
      color: orange;
      text-decoration: none;
      text-shadow: black 0px 1px 2px;
    }

    #Help a img {
      border: 0px;
    }

    #More {
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: left;
    }

    #More a {
      color: orange;
      font-weight: bold;
      text-decoration: none;
    }

    #More li {
      padding-bottom: 10px;
    }

    #More a img {
      border: 0px;
      vertical-align: middle;
    }

    #Footer {
      font-family: sans-serif;
      font-size: 10px;
      color: #D0D0D0;
      padding-top: 40px;
      padding-bottom: 40px;
      clear: both;
    }

    #Footer a {
      text-decoration: none;
      font-weight: bold;
      padding-right: 10px;
      color: #D0D0D0;
    }

    #Footer a:hover {
      text-decoration: underline;
      color: white;
    }

    #Footer a img {
      border: 0px;
    }
</pre></body></html>