body{
    font: 10pt Arial, Helvetica, sans-serif;
    color: #333;
    background: #fff;
    margin: 10px 15px 15px;
}
h1 {
    font-size: 1.25em;
    font-weight: bold;
    color: #513E38;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 1.2em;
    color: #7D6E6A;
    margin-bottom: 0.25em;
}
h3 {
    font-size: 1.1em;
    margin-bottom: 0.25em;
}
h4 {
    font-size: 1.1em;
    color: #D47600;
    margin-bottom: 0.5em;
    margin-top: 1em;
    line-height: normal;
}
h5 {
    font-size: 1.05em;
    color: #7D6E6A;
    margin-bottom: 0.5em;
    margin-top: 1em;
    line-height: normal;
}
h6 {
    font-size: 1.0em;
    color: #7D6E6A;
    margin-bottom: 0.5em;
    margin-top: 1em;
    line-height: normal;
}
a:link, a:visited {
    color: #4B7D88;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
td.demoHeading {
    background: #513E38;
    color: #FFFFFF;
    font-weight: bold;
    padding-left:5px;
}
table td {
    font-size: 0.9em;
}
