body {
        font-family: "Arial";
        font-size: 85%;
}

*.paragraph {
        margin-top: 10pt;
}

table.make-table {
        background: beige;
        font-family: "Arial";
        font-size: 85%
}
        
table.make-small-table {
        background: beige;
        font-family: "Arial";
        font-size: 80%;
}
        
*.ctext {
        font-family: "Courier New";
}

*.monospace {
        font-family: "Courier New";
}

*.metavar {
        font-family: "Times New Roman";
        font-style: oblique;
        font-size: 80%;
}

*.curl-code {
        font-size: 90%;
        font-family: "Courier New";
}

*.code {
        font-family: "Courier New";
}

*.chapter {
        font-size: 200%;
        text-align: center;
        color: #003366
}

*.center {
        text-align: center;
}

*.superscript {
        vertical-align: super;
}

*.subscript {
        vertical-align: sub;
}

*.docref {
        text-decoration: none;
        color: #0020b0
}

*.docstring-head {
        font-weight: bold
}

*.small-caps {
        text-transform: UPPERCASE;
        font-size: 80%;
}

*.small {
        font-size: 80%;
}

*.tiny {
        font-size: 60%;
}

*.huge {
        font-size: 200%;
}

*.line-through {
        text-decoration: line-through;
}


*.RectangleGraphic {
        color: yellow;
}

*.yes {
        color: green;
}

*.no {
        color: red;
}

*.api-header {
        font-family: monospace;
        font-size: 1.3em;
        font-weight: bold
}

*.detail-header {
        font-family: monospace;
        font-size: 1.0em;
        font-weight: bold
}

*.category-header {
        font-size: 1.1em;
        font-weight: bold
}

*.api-signature {
        margin-left: .25in;
        margin-top: .1in;
        margin-bottom: .2in;
        font-family: monospace;
        font-size: .95em;
        
}

*.summary-api-signature {
        margin-left: .6in;
        margin-top: .1in;
        margin-bottom: .2in;
        font-family: monospace;
        font-size: 95%;
        
}

*.api-purpose {
        margin-top: 10pt;
        margin-left: .25in;
        font-size: 95%;
}

*.docstring {
        margin-left: .25in;
}
        
*.purpose {
        margin-top: 12pt;
        margin-bottom: 2pt;
}

*.copyright {
        color: gray;
        font-family: serif
}
