body {
  padding: 0;
  margin: 0;
  background-color: #96A8C8;
  font-family: "DigitalStrip 2.0 BB", "Minya Nouvelle", Blueprint, Purisa, Comic Sans MS, sans-serif;
}

#index #nav #nav-next {
  margin-left: 94px;
}

#nav {
  position: absolute;
  text-align: right;
  top: 54px;
  right: 40px;
  width: 260px;
}

#nav a {
  display: inline-block;
  height: 18px;
  padding: 0 3px;
  margin-left: 10px;
  font-family: Lucida, sans-serif;
  border: 1px solid black;
  background-color: #6E7B91;
  color: white;
  font-variant: small-caps;
  font-weight: 600;
  text-decoration: none;
}

#nav a:hover {
  background-color: white;
  color: #6E7B91;
}

#title-page {
  margin: 1.2em 35px 40px 40px;
  background-color: white;
  border: 1px solid black;
  border-radius: 15px;
  padding: 0 0 60px 0;
}

#title-header {
  text-align: center;
  font-size: 48pt;
  font-weight: bold;
  margin: 1.2em 20px 0 20px;
}

#title-subtitle {
  text-align: center;
  font-size: 32pt;
  font-style: italic;
  margin: 0.2em 20px 0 20px;
}

#title-author {
  text-align: center;
  font-size: 22pt;
  font-weight: bold;
  margin: 3.4em 20px 0 20px;
}

#title-logo {
  width: 450px;
  height: 120px;
  margin: 60px auto 30px auto;
  padding: 0;
}

h1 {
  background-color: white;
  border: 1px solid black;
  border-radius: 15px;
  font-size: 42pt;
  font-weight: bold;
  padding: 10px 20px;
  margin: 20px;
}

#footer {
  display: none;
}

#toc {
  margin: 20px;
  padding: 10px;
  font-size: 18pt;
  list-style: disc;
  background-color: white;
  border: 1px solid black;
  border-radius: 15px;
}

#toc li {
  margin: 4px 0 0 30px;
  padding: 5px 0 5px 0px;
  background-repeat: no-repeat;
}

#toc a {
  padding: 0 6px;
  color: black;
  text-decoration: none;
}

#toc a:hover {
  color: white;
  background-color: #666666;
}

ul {
  margin: 0 0 0 8px;
  padding: 0;
  font-size: 38pt;
  font-weight: bold;
  list-style: none;
}

li {
  margin: 26px 0 0 0;
  padding: 6px 0 6px 70px;;
  background-repeat: no-repeat;
}

strike {
  color: #777777;
}

.code {
  margin: 1.0em 14px 1.0em 14px;
  padding: 0.7em 0.5em 0.7em 0.5em;
  font-family: Bitstream Vera Sans Mono, Courier New;
  font-size: 16.8pt;
  background-color: #EFEFEF;
  border: 2px solid #A6001D;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.pic {
  float: right;
  padding: 20px 10px 0 0;
  margin-left: 20px;
}

div.pic div.caption {
  font-size: 11px;
  text-align: right;
}

.screenshot {
  margin: 10px 40px 10px 30px;
}

.screenshot img {
  border: none;
}

.synComment    { color: #0000FF }
.synConstant   { color: #FF00FF }
.synIdentifier { color: #008B8B }
.synStatement  { color: #A52A2A ; font-weight: bold }
.synPreProc    { color: #A020F0 }
.synType       { color: #2E8B57 ; font-weight: bold }
.synSpecial    { color: #6A5ACD }
.synUnderlined { color: #000000 ; text-decoration: underline }
.synError      { color: #FFFFFF ; background: #FF0000 none }
.synTodo       { color: #0000FF ; background: #FFFF00 none }

