/* 
    Document   : xml
    Created on : 09 July 2005, 17:13
    Author     : he
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.element {
 color: blue;
}


.att {
 color: green;
}

.attV {
 color: brown;
}
