body { font-size: 62.5%; line-height: 75%; background: #000; color: white; margin: 0; padding: 0 }

div#container {
  display: inline;
  width: 60%;
  float: left;
  clear: right;
}

div#nav { 
  font-family: Arial;
  border: solid 0.5em #222;
  background: #777; 
  font-size: 120%;
  color: #000; 
  width: 15%; 
  margin: 0.8em 0em 0em 2em;
  float: left;
  clear: left;
}

div#nav a:link, a:active { color: #ccc; }
div#nav a:visited { color: #222; }
div#nav a:hover { color: #fff; }

div#nav ul { 
  list-style-type: none; 
  padding: 1.0em 0em 1.2em 2em;
  margin: 0em 0em 0em 0em;
}
div#nav ul ul { 
  list-style-type: none; 
  padding: 0.0em 0em 1.2em 2em;
  margin: 0em 0em 0em 0em;
}
div#nav li { font-size: 100%; margin: 0.5em 0em 0em 0em; }
font.bullet {
  color: #222;
  font-size: 150%;
}

h1 { 
  display: inline;
  font-size: 450%; 
  font-family: Arial, Verdana;
  background: #fff;
  color: #000;
  text-align: center; 
  border: solid 0.1em #222;
  padding: 0.6em 0.0em 0.8em 0.0em;
  margin: 0.2em 0em 0.0em 0.45em;
  width: 100%;
  float: left;
  clear: both;
}

div#content { 
  display: inline;
  font-family: Times New Roman, Verdana, Arial;
  border: solid 0.4em #222;
  float: left;
  background: #ddd; 
  color: #000; 
  width: 100%; 
  margin: 2em 0em 1.5em 2.0em;
  padding: 2.0em 0em 2.0em 0em;
  clear: both;
}

div#content h2 { 
  font-family: Arial, Verdana; 
  font-size: 220%;
  margin: 1.3em 1.3em 1.3em 1.3em; 
  padding: 0em 0em 0em 0em;
}

div#content h3 { 
  font-family: Arial, Verdana; 
  font-size: 170%;
  margin: 1.3em 1.8em 1.3em 1.8em; 
  padding: 0em 0em 0em 0em;
}

div#content ul { 
  margin: 0.0em 0em 0em 2.0em; 
  padding: 0em 1.2em 0em 1.2em;
  list-style-type: none; 
  font-size: 150%;
  line-height: 160%;
}
div#content li { margin: 0.4em 0em 0em 0em; }

div#content a:link, a:active { color: #222; }
div#content a:visited { color: #444; }
div#content a:hover { color: #000; }

div#content p {
  font-size: 150%;
  line-height: 160%;
  margin: 0.5em 2.0em 0.5em 2.0em;
}

div.code {
  background: #eee;
  border: solid 0.1em #000;
  padding: 0.4em 0.8em 0.4em 0.8em;
  margin: 0.8em 2.5em 0.4em 2.5em;
  font-family: Courier;
  font-size: 120%;
  line-height: 130%;
}

div.spoiler { 
  background: #fff; 
  border: solid 0.1em #000; 
  color: #fff; 
  padding: 0.4em 0.8em 0.4em 0.8em;
  margin: 0.8em 2.5em 0.4em 2.5em;
  font-size: 120%;
  line-height: 130%;
}

div#legal {
  display: inline;
  float: left;
  clear: both;
  margin: 2em 2em 2em 2em;
}

