/* jbr.me.uk/trek/ directory-level stylesheet */
 del { /* "erased" */
  color: #aaa;
 }
 h2 {
  margin: 0;
  text-align: left;
 }
 html { /* force vertical scrollbar for consistent centring */
  overflow-y: scroll; /* MSIE9+ */
 }
 i { /* quasi-TT for abbrevs */
  font: 90% "lucida console", lucidatypewriter, monaco, monospace;
 }
 nav a {
  width: 10%;
 }
 ol {
  list-style: upper-alpha;
 }
 q { /* flame */
  font: 800 95% "book antiqua","century schoolbook l",palatino,serif;
  quotes: none;
 }
 q, strong {
  color: #c00;
 }
 td {
  padding: .1em .3em;
 }
 td:target { /* MSIE9+ */
  background: #eee;
  outline: dotted 1px #fff;
 }
 u { /* H2 footlinks */
  font-size: 80%;
  text-decoration: none;
 }
 .naf, .naf:hover { /* NAV "links" to nowhere */
  background: transparent;
  border: 0;
  color: #000;
  font-weight: 400;
 }
/* I consider this too trivial to copyright, but if not, it's under *
 * the same CC-BY-SA 4.0 International license as the rest of this. */
