BODY { 
	color: #333; 
	background: white;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat; 
	margin: 2em 1em 2em 70px;
	font-family: Verdana, sans-serif; 
	font-size: 100%; }

body {
  background-image: url(http://www.w3.org/QA/images/qabg.png); }

img {
   border-style: none; 
   color: white; }


P.masthead { 
	font-size: 24px; 
	font-weight: bold; 
	margin: 0; 
	color: #cca; 
	background: white; }

H1.masthead { 
	font-size: 48px; 
	font-weight: bold; 
	margin: 0; 
	color: #cca; 
	background: white; }

H1:before {
    content: "Chapter " counter(chapter) ". ";
    counter-increment: chapter;  /* Add 1 to chapter */
    counter-reset: section;      /* Set section to 0 */
}
H2:before {
    content: counter(chapter) "." counter(section) " ";
    counter-increment: section;
}

H1 { 
	font-size:150%; 
	margin-top:1.2em; 
	margin-bottom:0; }

H2 { 
	font-size:140%; 
	margin-top:1em; 
	color:#996; 
	background:white; }

H3 { 
	font-size:130%; 
	margin-top:0.5em; 
	margin-bottom:0; 
	font-weight:normal; 
	color:#996; 
	background:white; }

H4 { 
	font-size:120%; 
	color:#996; 
	background:white; }

.jancomment {
background:yellow; }
