/* CSS Document */
body {
  background-color: #E9E9E9;
}
.code {
  background-color: #EFEFEF;
  white-space: nowrap;
  border: thin solid #080808;
  padding: 3px;
}

