strong {color: red;}
.carrot {color: orange;}
.spinach {color: green;}
#first {font-style: italic;}



li.open {list-style: circle;}
li.closed {list-style: disc;}




/* numbered paragraphs */
h3.numbered {counter-reset: mynum;}
 
p.numbered:before {
  content: counter(mynum) ": ";
  counter-increment: mynum;
  font-weight: bold;}


h3 {
  border-top: 1px solid #7c7; /* mid green */
  background-color: #efe;     /* pale green */
  color: #050;                /* dark green */
  }

h2 {
  border-top: 1px solid #7c7; 
  border-bottom: 1px solid #7c7; 
  background-color: #efe;     
  color: #080;            
  }


h4 {
  border-top: 4px solid #eee; 
  border-bottom: 4px solid #eee;
  background-color: #eee;     
  color: #050;               
  }





