/* DEBUGGING - dashed lines around these elements */

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

div.row, table tr
{ border: 1px dashed PURPLE; padding: 0px; }  /* ROW borders */

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

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

img { border: 1px dashed RED; padding: 0px; }

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

table, table tr td { border: 1px dashed PINK; padding: 0px; }  /* TABLE 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;  }  

.advert { background-color: LIGHTYELLOW; }  /* Show Advertising blocks */

/*EOF*/
