/* color-scheme.css - carries only the color-related information from
** my default style sheet
*/

body {background: #ddd}
h1 {background: #ddd; color: navy}
h2 {background: #ddd; color: navy}
h4 {background: white; color: navy}
li.date:first-line {background:#ddd}
a {color:blue}
a:visited {color:#009}
pre {background:white}
tt {background:white}
#wrapper {background-color: white; border-right:2px solid gray}
#right {background-color: #ddd}
div.note{border:white}
div.mourn{color:white}
q{color:#666}
q>q{color:#606}
img.captioned{border:blue}
.hilite { background-color: #cff; }