body {
  color: #000000;
  background: #eeeecc;
  margin-left: 2em;
  margin-right: 2em;
}

h1, h2 {
  padding:0.2em 0em 0.2em 0.4em;
  margin: 1em 0em 0.8em 0em;
}

h3, h4 {
         padding:0.2em 0em 0.2em 0.3em;
         margin: 0.5em 0em 0.4em 0em;
}

h1 {
     border-width: 0em 0em 0.1em 1.5em;
     border-style: solid;
     color: #446;
     text-align: left;
     font-size: large;
     font-weight: bold;
     }

h2 {
     border-width: 0em 0em 0em 1em;
     border-style: solid;
     color: #446;
     font-size: large;
     }

h3, h4 {
         border-width: 0em 0em 0em 0.5em;
         border-style: solid;
         color: #446;
         font-size: medium;
         }

//h1 {
//  border: thin none;
//  text-align: center;
//  color: #ddddff;
//  background-color: #446;
//  font-size: large;
//  font-weight: bold;
//}
//
//h2 {
//  border-width: 0.25em 0em 0.25em 0em;
//  border-style: solid;
//  border-color: #446;
//  font-size: medium;
//}
//
//h3, h4 {
//  border-style: solid;
//  border-width:0em 0em 0.15em 0em;
//  border-color: #446;
//}

table {
  border: none;
  margin: 0.2em 2em 0.2em 0em;
}

th {
  border: none;
  background-color: #bbb;
  padding: 0.2em 0.5em 0.2em 3em;
  text-align: left;
}

td {
  border: none;
  background-color: #999;
  padding: 0.2em 0.5em;
}

pre.screen {
  color: #000;
  border: thin inset;
  background-color: #fff;
  padding: 0.5em;
  pitch: 5;
  white-space: pre;
  margin-left: 1em;
}

blockquote {
             background-color: #fff;
             color: #000000;
             border-style: none;
             padding: 0.5em 1em;
             }

li {
     padding-top: 0.25em;
}

strong {
  color: #507050;
  font-style: italic;
}

kbd {
      color: #444455;
      font-style: normal;
      font-weight: bold;
}

var {
      color: #333366;
      font-style: italic;
/*  font-weight: bold; */
}

code.command {
  font-weight: bold;
}

code.file {
  color: #333366;
//  font-style: normal;
  font-weight: bold;
}

code.function {
  color: #222255;
  font-style: normal;
/*  font-weight: bold; */
}

code.var {
  color: #333366;
  font-style: normal;
/*  font-weight: bold; */
}

code.input {
  font-weight: bold;
  color: #303030;
}

code.prompt {
  color: #000;
/*  letter-spacing: 0.1em;*/
}

code.command, code.option, code.args {
  font-weight: bold;
/*  letter-spacing: 0.1em;*/
}

code.command {
  color: #303030;
}

code.option {
/*  letter-spacing: 0.1em;*/
  color: #504050;
}

code.args {
  color: #333366;
  font-weight: bold;
}
a:link{color: #303050;}
a:visited{color: #606080;}
a:active{color: #c0c0c0;}

.screenshot img {
   width: 50%;
   height: auto;
}