body {   
  font-size: 62.5%; 
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
  -webkit-text-size-adjust: none;
  margin: 0px;  
  background: #232b3b;
}

a:link, a:visited { color: #fedcbb; text-decoration: none; }
a:hover, a:active { color: #ffeca2; text-decoration: none; }

h1 {
  font-weight: normal;
  font-size: 2.0em;  
  color: #ff8c64;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

h2 {
  font-weight: normal;
  font-size: 1.4em;  
  color: #ff8c64;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

p {  
  font-size: 1.3em; /*T*/
  color: #b7cadb;
}

p b {
  color: #ff8c64;
}

#wrapper {
  width: 800px;
  position: relative;
  margin: auto;
  background: #000;
  padding: 15px;
}

ol {
  font-size: 1.3em; /*T*/
  color: #b7cadb;
}

ul {
  font-size: 1.3em; /*T*/
  color: #b7cadb;
  list-style-type: circle;
}

li ul {
  font-size: 1em;
}

li p {
  font-size: 1em;
}

p.note {
  margin-top: 4em;
  font-size: 1.2em;
}