@charset "utf-8";
/* CSS Document */

body.debug { background:#fff }
.debug h1 { background:#c8c8c8 }

.debug h2 { background:#d0d0d0 }
.debug h3 { background:#d8d8d8 }
.debug h4 { background:#e0e0e0 }
.debug h5 { background:#e8e8e8 }
.debug h6 { background:#f0f0f0 }


.debug li { border:1px dotted #999 }
.debug ul,.debug ol { border:1px solid #666 }

.debug form { border: 1px solid #cc0000; }
.debug p { border: 1px solid #00cc00; }
.debug div { border: 1px solid #cc0000; }
.debug span { border: 1px solid #0000cc; }
.debug label { border: 1px solid #0000cc; }