body {
  margin-right: 3em;
  margin-left: 3em;
  font-family: arial,verdana,sans-serif;
  font-size: small
}

h1 {
  width: 100%;
  font-size: 160%;
  font-weight: bold;
  background-color: #A0A0A0;
  color: white;
  padding-left: 1em;
  border-bottom:1px solid #36c;
}

h2 {
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  background-color: #A0A0A0;
  color: white;
  padding-left: 1em;
  border-bottom:1px solid #36c;
}

dt {
  font-weight: bold;
}

.pts {
  color: red;
  font-weight: bold;
}
.pts:before {
  content: "["
}
.pts:after {
  content: "] "
}


a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline; color:#888}

blockquote { 
  background-color: #ccffcc;
}

