/* Style sheet for the CLX Manual.
 * Version of 2002-06-18
 *
 * (c) copyright 2002 by Gilbert Baumann <unk6@rz.uni-karlsruhe.de>
 */

/* First of all, I like the body section indented. */
BODY { margin-left: 5pc; margin-right: 2pc; }

/* But keep narrow margins for the navigation bar and the footer. */
.footer { margin-left: -3pc; }
.navbar { margin-left: -3pc; }

/* also outdent the section headers */
H1, H2, H3, H4, H5, H6 { margin-left: -3pc; }


/* Due to its origins the CLX Manual still uses B for all Common Lisp
 * symbols. Fix that:
 */

B { font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    font-size: 90%; }           /* 100% looks too big, I'd like the x-height to be equal. */

/* When some such B element also is a link to say a functions
 * definition, I'd like it kind of blue.
 */
A B { color: rgb(0%,0%,50%); }

.cllink {  font-family: helvetica, arial, sans-serif; 
           text-decoration: none;
           color: rgb(0%,0%,50%); }


/* random stuff
 */

.term { color: rgb(30%,30%,30%); 
        font-style: italic; }

.contentlink { text-decoration: none; }

A { text-decoration: none; }
