body {
  margin: 0px;
}


li, p {
  font-family: verdana, sans-serif;
  color: black;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0 0 1.5em 0;
}

p {
  padding: 1em;
}

h1 {
  font-family: verdana, sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #eee;
  background: #933;
  padding: 10px 20px;
  margin: 5px 0 0 0;
  line-height: 1em;
}

h2 {
  font-family: verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: black;
  padding: 0px 20px;
  line-height: 0.5em;
  text-align: right;
}

a, a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
 
code, .code {
  font-family: monospace;
  color: #339;
  font-size: 1.3em;
  font-weight:bold;
}

div.code, pre.code {
  padding: 1em;
}

.gui {
  color: #393;
  font-weight: bold;
}

.prompt {
  font-family: monospace;
  font-weight: bold;
  color: #933;
  font-size: 1.3em;
}

div.prompt {
  padding: 1em;
}
	
#title {
  margin: 0px 0px;
  padding: 5px 0 0 0;
  background: #eee;
}

#body-style {
  margin: 20px;
  padding: 10px 20px 10px 10px;
  border: dashed #666 1px;
}

#icon {
  position:absolute;
  top:1em;
  right:1em;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#icon img {
  height: 5em;
  width: 5em;
}

#footer {
  margin: 20px 0px;
  padding: 1px 20px;
  background: #933;
  border-style: solid;
  border-color: #666;
  border-width: 1px 0px;
}

#footer h4 {
  font-family: verdana, sans-serif;
  font-size: .8em;
  font-weight: bold;
  color: #eee;
  padding:0;
  line-height: 0em;
}

#navigation {
  margin: 0px 0px;
  border-width: 0px 0px;
  padding: 0px 20px;
  background: #eee;
  border-style: solid; 
  border-color: #333; 
  color: black;
  font-family: verdana, sans-serif;
  font-size: 1em;
  text-align: right;
  line-height: 2em;
  font-weight: bold;
}

#navigation a, #navigation a:hover {
  color: #666;
}