
    /* Style sheet for The Autodesk File footnotes */
    
    a:link,  a:visited {    	/* Regular links */
	background-color: inherit;
    	color: rgb(0%, 0%, 80%);
	text-decoration: none;
    }

    a:hover  {	    	    	/* Action when mouse over line */
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
    }
    
    a:active {	    	    	/* Action when link clicked */
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 0%, 0%)
    }

    body {  	    	    	/* Body colour is like a Post-it note */
    	background-color: #FFFFC0;
    }
    
    img.foot {	    	    	/* Footnote marker images */
    	vertical-align: top;
    }
    
    ol.rect li {     	    	/* Numbered list with justified items */
    	text-align: justify;
    }
    
    p.subsuper {    	    	/* Text with subscript and superscripts */
    	text-align: justify;
    	line-height: 130%;
    }
    
    span.bcad {     	    	/* B.C. and A.D., etc. */
    	font-variant: small-caps;
	text-transform: lowercase;
    }
       
    .subsuper sub, .subsuper sup {  /* Super- and subscripts in p.subsuper */
    	line-height: 0px;
    }
