    div.bodycopy {
        margin-left: 5%;
        margin-right: 5%;
    }
    
    dt {
    	padding-top: 2ex;
    }
    
    dl > dt:first-child {
    	padding-top: 0ex;
    }
    
    .bodycopy dd {
    	font-size: small;
    }
    
    a:link,  a:visited {
	background-color: rgb(100%, 100%, 100%);
    	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.i:link, a.i:visited, a.i:hover {
    	background-color:  inherit;
    	color: inherit;
	text-decoration: none;
    }
    
    dl.mquote {
    	margin-left: 2em;
	margin-right: 2em;
    }
    
    dl.mquote dt {
    	font-weight: bold;
    }
        
    div.spoiler {
    	border-top: 2px solid #A0A0A0;
    	border-bottom: 2px solid #A0A0A0;
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 1ex;
	margin-left: 5%;
	margin-top: 1ex;
	padding: 0.2em;
	text-align: justify;
	width: 90%;
    }
    
    div.endspoiler {
    	border-top: 2px solid #A0A0A0;
    	border-bottom: 2px solid #A0A0A0;
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 1ex;
	margin-top: 1ex;
	padding: 0.2em;
	text-align: justify;
    }
    
    div.spoilers {
    	width: 90%;
	margin-left: 5%;
    }
    
    h4.nav {
    	margin-top: 0px;
	margin-bottom: 0px;
    }
    
    /* Date read reference in book list */
    
    p.d {
    	margin-top: 0pt;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: italic;
    }
    
    /* Justified paragraph */
    
    p.j {
    	text-align: justify;
    }
     
    /* Centred paragraph */
    
    p.c {
    	text-align: center;
    }
   
    /* Medium and format specifications */
    
    span.medium {
    	font-family: sans-serif;
    }
    
    /* B.C. and A.D. */
    
    span.bcad {
    	font-variant: small-caps;
	text-transform: lowercase;
    }

    /* Text with subscript and superscripts */
    
    .subsuper {
    	/* line-height: 1.2em; */
    }
    
    .subsuper sub, .subsuper sup {
    	line-height: 0px;
    }
