/*
**	manstyle.css	General manual CSS style sheet
**
**	27-sep-2008 (al) syntax
**	12-sep-2008 (al) titlebar
**	06-jun-2008 (al) created
*/

/* Link to SVL functions: use typewriter font. */

a.svl {
    font-family: monospace;
    font-size: 100%;
}

.titlebar th {
    font-weight: bold;
    background-color: #cccccc;
}

.nobr {
    white-space: nowrap
}

/* For marking unsupported functions, accessed using id="unsupported"
 * e.g. <div id="unsupported"> ... </div> */

#unsupported {color: #0B0B60}

