body, table {
  font-family: sans-serif;
  color: dimgrey;
}

body {
  background-color: white;
  background: url("notnop.gif") repeat fixed;
  padding: 0px;
}

table.navbar {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

b.header {
  font-size: 26px;
}

b {
  color: black;
}

a {
  color: darkgoldenrod;
}

:target, .sel {
 background-color: beige;
}

.mnemlink {
  color:palegoldenrod;
  background-color: white;
  text-decoration:none;
  font-size:10pt;
  font-family:courier;
}

.mnemlinkb {
  color:darkgoldenrod;
  background-color: white;
  text-decoration:none;
  font-size:10pt;
  font-family:courier;
}

p {
  margin-top: 0px;
  margin-bottom: 8px;
}

td, th {
 vertical-align: text-top;
}

td {
  vertical-align: top;
}

h2 {
  margin-top: 0px;
  margin-bottom: 8px;
}

h3, h4 {
  margin-top: 16px;
  margin-bottom: 8px;
}

li {
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 5px;
}

li.spaced {
  margin-bottom: 8px;
}

ul {
  margin-top: 0px;
  margin-bottom: 8px;
}

a, a:visited {
  text-decoration: none
}
