
    /*
    
    	    	    The Autodesk File
		    
		      Style Sheet	    
    */

    a:link,  a:visited {    	/* Regular links */
	background-color: #FFFFFF;
    	color: rgb(0%, 0%, 80%);
	text-decoration: none;
    }

    a:hover  {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
    }
    
    a:active {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 0%, 0%)
    }

    a.f:link,  a.f:visited, a.f:hover {     /* Do nothing for anchor-only definitions */
    	background-color:  rgb(100%, 100%, 100%);
    	color: rgb(0%, 0%, 0%);
	text-decoration: none;
    }
    
    blockquote.j {  	    	/* Justified block quotation */
   	text-align: justify;
    }

    body {  	    	    	/* Standard body copy */
    	background-color: #FFFFFF;
	color: #000000;
        margin-left: 10%;
        margin-right: 10%
    }
        
    body.chapters table {   	/* Items in the table of contents sidebar */
    	width: 100%;
	border: 2px;
	margin-top: 6px;
	margin-bottom: 6px;
    }
     
    body.chapters td {
    	text-align: center;
	font-size: larger;
	font-family: sans-serif;
	font-weight: bold;
    }
    
    body.contents li {	    	/* Hierarchical list items in table of contents */
	font-size: medium;
    }
   
    body.contents li.part {
     	font-weight: bold;
	font-size: x-large;
	margin-top: 0.5em;
    }
    
    body.contents li.chapter {
    	font-size: large;
    	font-weight: normal;
	margin-top: 0.5em;
    }
    
    img.b0 {
    	border: 0px;
    }
    
    ul.rec li {
    	text-align: justify;
    }

    p {     	    	    	/* Normal right justified paragraph */
    	text-align: justify;
    }
 
    p.c {   	    	    	/* Centred paragraph */
    	text-align: center;
    }
   
    p.qcite {	    	    	/* Citation for block quotation */
    	margin-top: 0px;
    	text-align: right;
    }

    p.r {   	    	    	/* Right justified paragraph */
    	text-align: right;
    }
 
    p.subsuper {    	    	/* Text with subscript and superscripts */
    	text-align: justify;
    	line-height: 130%;
    }
   
    span.rec {    	    	/* Recommendation */
     	font-weight: bold;
	font-family: Courier, monospace;
    }
    
    .subsuper sub, .subsuper sup {  /* Super- and subscripts in p.subsuper */
    	line-height: 0px;
    }
    
    table.abbr td.l {
    	padding-right: 1em;
    }
    
    table.r {
   	float: right;
    }
