@import "basic-layout.css";

body { 
  color: white;
  background: #445;
}

a { text-decoration: underline; }

a:link { color: #ffff00; }
a:visited { color: #aaffaa; }
a:hover, a:active { color: #ffffaa; }

#preface { color: #def; font-style: italic; }

input[type="text"] { background: #def; }

.cat-hdr { background: #466; }

.spread td { font-weight: bold; vertical-align:middle; }
.spread th { font-size: 1.2em; font-weight: bold; vertical-align:middle; }
.spread img { margin-left: 3em; }

