<?xml version="1.0" ?>

<!ELEMENT cssml (style*)>

<!ELEMENT style (selector+, property*)>

<!ELEMENT selector (#PCDATA)>
<!ELEMENT property (#PCDATA)>

<!ATTLIST property name
(
    azimuth |
    background |
    background-attachment |
    background-color |
    background-image |
    background-repeat |
    background-position |
    border |
    border-collapse |
    border-color |
    border-style |
    border-width |
    bottom |
    color |
    caption-side |
    clear |
    clip |
    content |
    counter-increment |
    counter-reset |
    cue-before |
    cue-after |
    cursor |
    direction |
    display |
    elevation |
    empty-cells |
    float |
    font-family |
    font-size |
    font-size-adjust |
    font-stretch |
    font-style |
    font-variant |
    font-weight |
    height |
    left |
    letter-spacing |
    line-height |
    list-style-image |
    list-style-position |
    list-style-type |
    margin |
    margin-left |
    margin-top |
    margin-right |
    margin-bottom |
    marker-offset |
    marks |
    max-height |
    max-width |
    min-height |
    min-width |
    orphans |
    outline-color |
    outline-style |
    outline-width |
    overflow |
    padding |
    padding-left |
    padding-top |
    padding-right |
    padding-bottom |
    page |
    page-break-after |
    page-break-before |
    page-break-inside |
    pause-before |
    pause-after |
    pitch |
    pitch-range |
    play-during |
    position |
    quotes |
    richness |
    right |
    size |
    speak |
    speak-header |
    speak-numeral |
    speak-punctuation |
    speech-rate |
    stress |
    table-layout |
    text-align |
    text-decoration |
    text-indent |
    text-shadow |
    text-transform |
    top |
    unicode-bidi |
    vertical-align |
    visibility |
    voice-family |
    volume |
    white-space |
    widows |
    width |
    word-spacing |
    z-index
)
#REQUIRED>
