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

h2{
  border:2px solid #AAA;
}
nav{
  border-bottom:4px dotted #F00;
  border-top:4px dotted #F00;
}
div{
  border:2px dashed #0F0;
}