@import "basic-layout.css";

body { 
  color: black; 
  background: #eff;
}

a { text-decoration: underline; }

a:link { color: blue; }
a:visited { color: purple; }
a:hover, a:active { background: #dee; }

#preface { color: #007; }

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

.cat-hdr { color: #fef; background: #466; }
