
@media print {
    .noprint {
        display: none;
    }
}

#head {
    border-bottom: 5px solid blue;
    height: 2.5em;
    position: relative;
}
#titleleft {
    bottom: 0;
    font-size: 1.5em;
    left: 0;
    line-height: 1em;
    padding-bottom: 5px;
    position: absolute;
}
#titleright {
    bottom: 0;
    line-height: 1em;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
}

body {
    border-left: 2em solid white;
    border-right: 1em solid white;
    font-family: verdana, arial, sans-serif;
    font-size: 11pt;
}
p.brand {
    background-color: #f5ffff;
    border: 1px solid blue;
    font-weight: bold;
    line-height: 1.2em;
    margin: 2em 1em 1em 1em;
    padding: 0.5em;
}
p.category {
    font-weight: bold;
    line-height: 0.5em;
    margin-top: 20px;
}
p.client {
    margin-top: 10px;
    text-align: center;
}
p.emphasis {
    font-style: italic;
    line-height: 1em;
}
p.example {
    line-height: 1.1em;
    text-align: center;
}
p.foot {
    border-top: 2px solid blue;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-top: 2em;
    padding-top: 0.5em;
    text-align: center;
}
p.keywords {
    color: white;
    font-size: 1px;
    line-height: 0.1em;
}
p.normal {
    line-height: 1.1em;
}
p.others {
    border-top: 1px solid red;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 5px;
    text-align: center;
}
p.subhead {
    margin-top: 10px;
    text-align: center;
}
p.w3c {
    border-top: 1px solid green;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-top: 5px;
    text-align: center;
}
span.client {
    background-color: #ffffe0;
    font-style: italic;
    font-weight: bold;
}
span.example {
    background-color: #FFF0F5;
    font-style: italic;
    font-weight: bold;
}
span.footleft {
    float: left;
    width: 49%;
}
span.footright {
    float: right;
    width: 49%;
}
span.subhead {
    background-color: #e0ffe0;
    font-weight: bold;
}

