    
    /*	Main section links  */
        
    tr.b {  	    	/* Non-current links */
    	background-color:  #C0C0C0;
    }
    
    tr.h {  	    	/* Currently selected link */
    	background-color:  #A0FFA0;
    }
    
    td.b {
    	border-style: outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    
    td.filler {
    	height: 2px;
    }
    
    /*	Anchors in text (no decoration or hover action)  */  
    
    a.n:link, a.n:visited, a.n:hover {
    	background-color:  inherit;
    	color: inherit;
	text-decoration: none;
    }
    
    /*  Text links with navigation panel  */
    
    a.i:link,  a.i:visited {
	background-color: transparent;
    	color: rgb(0%, 0%, 80%);
	text-decoration: none;
    }
    
    a.i:hover {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
    }
    
    a.i:active {
    	color: rgb(100%, 0%, 0%)
    }
    
    /*	Links from navigation panel buttons  */
    
    a.s:link,  a.s:visited {
	background-color: transparent;
    	color: rgb(0%, 0%, 80%);
	text-decoration: none;
    }
    
    a.s:hover {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
	padding-left: 8px;
 	padding-right: 8px;
    }
    
    a.s:active {
    	color: rgb(100%, 0%, 0%)
    }

    /* Link items within sections */
    
    p.i {
    	text-indent: -1em;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
    }
