    a:link,  a:visited {
	background-color: inherit;
    	color: rgb(0%, 0%, 80%);
	text-decoration: none;
    }

    a:hover  {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
    }
    
    a:active {
    	color: rgb(100%, 0%, 0%);
    	background-color:  rgb(30%, 30%, 100%);
    }
    
    a.i:link, a.i:visited, a.i:hover {
    	background-color:  inherit;
    	color: inherit;
	text-decoration: none;
    }
    
    body {
        margin-left: 15%;
        margin-right: 10%;
	background-color: #FFFFFF;
	color: #000000;
    }
    
    div.verse {
    	font-size: larger;
    }

    h1 {
    	text-align: center;
	margin-bottom: 0em;
    }

    h2.author {
    	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0em;
    }

    h3.date {
    	text-align: center;
	margin-top: 0em;
    }
    
    h3.nav {
    	margin-top: 0px;
	margin-bottom: 0px;
    }

    img.b0 {
    	border: 0px;
    }

    p.cn {
    	text-align: center;
	margin-top: 0pt;
    }

    table.r {
   	float: right;
    }
