background {
  color: #fff;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;             /* rumoured that sizes < 76%            */
  color: #333;                /*     cause problems ins some browsers */
  line-height: 1.4em;
  padding: 0 1em;
  color:#000;
  background:#fffdea; 
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 2em; 
  font-weight: normal;
  color:#00331a;
  background:transparent; 
}

h2 {
  font-size: 1.6em;
  font-weight: normal;
  color:#b57111;
  background:transparent; 
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  color:#5e2208;
  background:transparent; 
}

h4 {
  font-size: 1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: normal;
}

h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}

a[href] {
  color:#b57111;
  background:transparent; 
}

a[href]:visited {
  color:#5e2208;
  background:transparent;
}

:link {
  color:#b57111;
  background:transparent;
  text-decoration: underline;
}

:visited { 
  color:#5e2208;
  background:transparent;
  text-decoration: underline 
}

a img {
  border:none;
}

dl {
  margin-left: 2em;
}

ul ul, ul ol, ul dl, 
ol ul, ol ol, ol dl, 
dl ul, dl ol, dl dl { 
  font-size: 0.9em;
}

ul ul ul, ul ul ol, ul ul dl, 
ul ol ul, ul ol ol, ul ol dl, 
ul dl ul, ul dl ol, ul dl dl, 
ol ul ul, ol ul ol, ol ul dl, 
ol ol ul, ol ol ol, ol ol dl, 
ol dl ul, ol dl ol, ol dl dl,
dl ul ul, dl ul ol, dl ul dl, 
dl ol ul, dl ol ol, dl ol dl, 
dl dl ul, dl dl ol, dl dl dl {
  font-size: 100%;
}

li {
  margin: 0.2em 0;
}

dt {
  font-weight: bold;
}

sup {
  font-size: 0.85em;
  position: relative;
  bottom: 0.5em;
}

sub {
  font-size: 0.85em;
  position: relative;
  top: 0.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre {
  font-family: Monaco, monospace;
  overflow: auto;
}

tt, code {
  font-family: 'Andale Mono', 'courier new', monospace;
  font-size: 1em;
  line-height: 1.125em;
}

table th, table td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}

table th {
  font-weight:bold;
}



#container {
  max-width: 56em;
  margin: auto;
}
