h1{
  border-bottom: solid 2px #00F; 
}

h2{
  border: solid 2px #AAA;
}

.list1{
  border-top: dotted 4px #F00;
  border-bottom: dotted 4px #F00;
} 

.list2{
  border: dashed 2px #0F0; 
}