html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace;*/
  margin: 0;
  margin-top: 250px;
  padding: 0;
  background: #fefefe;
}

p {
  width: 950px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}  

h1, h2, h3, h4, h5, h6 {
  color: #111;
  line-height: 125%;
  margin-top: -69px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  padding-top: 78px;
  margin-bottom: 0px;
}

h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
}

blockquote {
  color: #666666;
  margin: 0;
  padding-left: 3em;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #eee;
  margin: 1em 0;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

pre, code, kbd, samp {
  color: #111;
  font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace;
  font-size: 0.98em;
  background-color: #D3D3D3;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 2em;
}

ul {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

li p:last-child {
  margin-bottom: 0;
}

ul ul, ol ol {
  margin: .3em 0;
}

dl {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
  margin-bottom: .8em;
}

dd {
  margin: 0 0 .8em 2em;
}

dd:last-child {
  margin-bottom: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  display: block;
  text-align: center;
  margin: 1em 0;
  margin-left: auto;
  margin-right: auto;
}

.figure img {
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

figcaption {
  font-size: 0.8em;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
}

.footnotes li {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

table {
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}

table th {
  padding: .2em 1em;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

table td {
  padding: .2em 1em;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: top;
}

div#TOC {
  position: fixed;
  float: left;
  font-size: 16px;
  padding-top: 70px;
  right: 1px;
  left: 16px;
  top: 0px;
  width: 190px; 
  height: 195px; 
  -webkit-backface-visibility: hidden;  
}

.welltoc a {
  color: #444;
  text-decoration: none;
}

.welltoc li {
  list-style: square;
  color: #444;  
}

a {
  color: #0645ad;
  text-decoration: none;
}

a:hover {
  color: #06e;
}

a:active {
  color: #faa700;
}

a:focus {
  outline: thin dotted;
}

*::-moz-selection {
  background: rgba(255, 255, 0, 0.3);
  color: #000;
}

*::selection {
  background: rgba(255, 255, 0, 0.3);
  color: #000;
}

a::-moz-selection {
  background: rgba(255, 255, 0, 0.3);
  color: #0645ad;
}

a::selection {
  background: rgba(255, 255, 0, 0.3);
  color: #0645ad;
}

.author {
  font-size: 1.2em;
  text-align: center;
}

.nav select {
  display: none;
}

.nav ul {
  position: fixed;
  width: 100%;
  top: 0;
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}

.nav li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  border-bottom: none;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  border-bottom: 1px solid #888;
  -webkit-backface-visibility: hidden;
  }
 
.nav a {
  text-decoration: none;
  display: block;
  transition: .3s background-color;
  outline: none;
  color: #CCCCFF;
  padding-left: 65px;
}

.nav .home a {
  padding-left:0;
}
 
.nav .methods a {
  color: #F8F8F8;
}

.nav .janitor a {
  color: #F8F8F8;
}

.nav .stats a {
  color: #F8F8F8;
}

.nav .conclusion a {
  color: #F8F8F8;
}

.nav .notes a {
  color: #F8F8F8;
}

.nav a:hover {
  color: #808080;
}

.nav a::selection {
  color: #444;
}
 
.nav a:active {
  background-color: #444;
  color: #444;
  cursor: default;
}

footer {
  margin-top: 35px;
  margine-bottom: 15px;
  width: 950px;
}

@media screen and (min-width: 900px) {

  .nav li {
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    -webkit-backface-visibility: hidden;
    display: inline-block;
  }
  
  body {
  margin-top: 60px;
  }
}

.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #d1c1d1;
	-webkit-box-shadow: 0px 1px 0px 0px #d1c1d1;
	box-shadow: 0px 1px 0px 0px #d1c1d1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b3a996), color-stop(1, #ccc2a6));
	background:-moz-linear-gradient(top, #b3a996 5%, #ccc2a6 100%);
	background:-webkit-linear-gradient(top, #b3a996 5%, #ccc2a6 100%);
	background:-o-linear-gradient(top, #b3a996 5%, #ccc2a6 100%);
	background:-ms-linear-gradient(top, #b3a996 5%, #ccc2a6 100%);
	background:linear-gradient(to bottom, #b3a996 5%, #ccc2a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3a996', endColorstr='#ccc2a6',GradientType=0);
	background-color:#b3a996;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #666054;
	display:inline-block;
	cursor:pointer;
	color:#12140a;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:12px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #d4cdd4;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6), color-stop(1, #b3a996));
	background:-moz-linear-gradient(top, #ccc2a6 5%, #b3a996 100%);
	background:-webkit-linear-gradient(top, #ccc2a6 5%, #b3a996 100%);
	background:-o-linear-gradient(top, #ccc2a6 5%, #b3a996 100%);
	background:-ms-linear-gradient(top, #ccc2a6 5%, #b3a996 100%);
	background:linear-gradient(to bottom, #ccc2a6 5%, #b3a996 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#b3a996',GradientType=0);
	background-color:#ccc2a6;
}
.myButton:active {
	position:relative;
	top:1px;
}

        
