h2:before {
  display : marker ;
  content : counter(section) ". " ;
}
h2 {
  counter-increment: section ;
}
h2#contents:before {
  display : none ;
}
h2#contents{
  counter-increment : none ;
}
