body {
  background-color: white;
  color: black;
}

h1, h2 {
  font-family: "times", "Times New Roman", serif;
  color: navy;
  background-color: #eee;
  border: 1px dashed silver;
}

h3, h4 {
  font-family: "times", "Times New Roman", serif;
  color: black;
  background-color: white;
}

a {
  font-family: times, serif;
  color: navy;
  background-color: white;
}

a:link {
  color: navy;
  background-color: white;
  text-decoration: none;
}

a:visited {
  color: navy;
  background-color: #eee;
  text-decoration: none;
}

a:active, a:hover, a:focus {
  color: #A00000;
  background-color: #fdd;
  text-decoration: underline;
}

p, li, dt, dd {
  font-size: 15px;
}

address {
  font-size: 12px;
  font-style: italic;
}

pre {
  border: 1px solid black;
}

pre b {
  background-color: #ddd;
}

pre i {
  color: red;
}

code {
  background-color: #ddd;
  font-size: large;
}

span.out {
  border: 1px solid black;
  font-family: monospace;
  font-size: small;
}

th {
  text-align: left;
  padding: 3px;
  background-color: #ddd;
}

tr.pub {
}
