body {
  background: white;
  color: black;
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0% 7% 0% 10%; /*top right bottom left*/
}
h1 {
  margin-left: -6%;
}
h2 {
  margin-left: -4%;
}
h3 {
  margin-left: -2%;
}
.copy {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: small;
  text-align: center;
}
code {
  font-family: courier new, arial, helvetica, sans-serif;
}
dt {
  font-weight: bold;
}
span.blue {
  color: blue;
  background-color: #FFFFFF;
}
abbr, acronym {
  border-bottom : 1px dotted #333333 ;
}
