body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size:      1em;
  font-weight:    normal;
  color:      #555;
  background: #fff;

  word-spacing:   normal;
  letter-spacing: normal;
  text-transform: none;
/*  margin:0px 0px 10px 0px;*/
}

pre.example {
  margin: 1em 4em 1em 4em;
  color: black;
  background-color: #eee;
  padding: 0.5em;
  border-color: #006;
  border-width: 1px;
  border-style: dotted;
}


/* NS 4 needs this */
pre, code, tt {
  font-family: Courier, monospace;
}


#banner {
		font-family: Verdana, Helvetica, sans-serif;
		font-size:20px;
		font-weight:normal;
		padding-bottom: 5px;
		border-bottom: 1px solid #000;
}

#content {
		float: left;
		background: #fff;
		padding-left:10px;
}

.footer {
  font-size: 9pt;
  background-color: white;
  color : #808080;
}

