
table { border: 1px dashed LIGHTGREY; padding: 0px; }  /* TABLE borders */

div { border: 1px dashed LIGHTBLUE; padding: 0px; }  /* DIV borders */

span { border: 1px dashed LIGHTGREEN; padding: 0px;  }  /* SPAN borders */

blockquote { border: 1px dashed ORANGE; padding: 0px;  }  /* BLOCKQUOTE borders */

/* LIST elements */
ol, ul, dl { border: 1px dashed YELLOW; padding: 0px;  } 
ol li, ul li , dl dt, dl dd { border: 1px dashed YELLOW; padding: 0px;  }  


