/* Cascading style sheet for tjd@chiark */
/* $Id: style.css,v 1.2 2003/02/02 12:46:17 tjd Exp $ */

body {
  font-family: Times, TimesNR, serif;
  font-size: medium;
  color: #a0a040;
  background: #000000;
}
.footnote { 
  font-size: x-small; 
}
.list-break {
  font-weight: bolder;
}
a:link, a:active, a:visited { 
  color: #fdf5e6; background: #000000; 
}
h1, h2, h3, h4, h5 { 
  font-family: sans-serif; 
} 
h1 { font-size: xx-large; }
h2 { font-size: large; }

