/* Simple CSS2.1 style sheet pervasive.css */

/* Author: David Bruce (dib@dib-online.info) */


/* generic elements */


q { quotes: "\201C" "\201D" "\2018" "\2019" }    /*  "&ldquo;" "&rdquo;" "&lsquo;" "&rsquo;"  */
q:before { content:  open-quote }
q:after  { content: close-quote }

hr { height: 1px ; margin-bottom: 0 
   ; color: gray ; background-color: transparent
   }


/* generic styles */


.nowrap { white-space: nowrap }
.spacer { clear: both ; margin: 0 ; padding: 0 }

.date {  }
.name {  }
.email { white-space: nowrap }
.URI   { white-space: nowrap }


/* drafting */


.todo { color: red; background: yellow }
