    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.image {
    	margin-left: 5%;
	margin-right: 5%;
	background-color: #FFFFFF;
	color: #000000;
    }
    
    body.index {
    	margin-left: 10%;
	margin-right: 10%;
	background-color: #FFFFFF;
	color: #000000;
    }
      
    br.cb {
    	clear: both;
    }
    
    h1 {
    	margin-bottom: 0px;
    }

    h3.f {
    	font-style: italic;
    	margin-top: 0px;
	background-color: #FFFFFF;
	color: #707070;
    	text-align: center;
    }
    
    h3.gdate {
    	text-align: center;
    	margin-bottom: 0px;
	padding-bottom: 0px;
    }

    h3.l {
    	font-style: italic;
    	margin-top: 0px;
	background-color: #FFFFFF;
	color: #707070;
    	text-align: center;
    }
    
    h3.nav {
    	margin-top: 0px;
	margin-bottom: 0px;
    }
    
    h3.subtitle {
    	margin-top: 0px;
    }

    img.button {
    	border: 0px;
	vertical-align: middle;
    }
   
    p.caption {
    	text-align: center;
	margin-top: 0px;
	font-weight: bold;
    }
    
    p.copying {
    	margin-left: 5%;
   	margin-right: 5%;
     	text-align: justify;
	font-size: smaller;
	font-family: sans-serif;
	font-style: italic;
    }
    
    p.description {
    	text-align: justify;
	width: 80%;
	background-color: #D0D0D0;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 12px 8px 12px;
    }

    p.image {
    	text-align: center;
	margin-bottom: 0px;
    }
   
   table.gallery {
    	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	font-style: italic;
	text-align: center;
    	margin-left: auto;
	margin-right: auto;
   }
   
   table.gallery td {
    	vertical-align: top;
	padding: 4px;
   }
    
    table.r {
   	float: right;
    }

    td.l {
    	width: 20%;
	vertical-align: middle;
    }

    td.m {
    	width: 60%;
    	text-align: center;
	vertical-align: middle;
    }
    
    td.m h1 {
    	margin-top: 0px;
    }

    td.r {
    	width: 20%;
    	text-align: right;
	vertical-align: middle;
    }
       
    .j {
    	text-align: justify;
    }
