       /* Debug Style sheet for Ulster Literacy */

@import url("ULAskin.css") ;      /* Apply site style */


                            /* Outline all boxes in blue */
* {
   border: solid blue 1px ;
  }
                            /* Outline DIVs in red */
DIV {
     border: solid red 1px ;
    }
BODY:before {
             color: red ;
             content: "CAUTION: 1-pixel Debug borders may alter block positions." ;
            } 
.debug {
        display: block ; 
       }

/* CSS coding by Chris Beall */
/*    Last updated 8 Jan 2010  */  