/* 
 * dao.css
 * External Cascading Style Sheet for the Laozi pages on my personal Website
 */

body, html {
  font-family: comic sans ms, 'Tempus Sans ITC', Lucida, sans-serif;
  font-size: 12pt;
  background: url(pix/uncarved.png) repeat; 
  color: #000000
}
.h2, .h3 { color: #0060c0; background-color: transparent; font-weight: bold }
.h2      { font-size: 150% }
.h3      { font-size: 120% }
.h4      { color: #800000; background-color: transparent; font-weight: bold }
.noquote { color: #800000; background-color: transparent; font-weight: normal }
.quote	 {
  color: #0060c0; background-color: transparent; 
  font-weight: bold;
  page-break-inside: avoid
}
.indent  { margin-left: 2em }
.sect    { padding-top: 2em }
.title   {
  color: #800000; background-color: transparent; 
  font-weight: bold; 
  font-size: 125%
}
