body {
  background-color: white;
  font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
}
.title {text-align: center}
pre.codeExample {
  background-color: #eee;
  padding: 2mm;
  border-style: solid;
  border-color: #000000;
  border-top-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 1px;
}
