body {	background: white;
	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	}

/* Index page, logo left and title next to it, top aligned*/
#logoButton {
	color: rgb(190,190,190);
	font-weight: bold;
	font-size: 1em;
	margin-left: 0;
	margin-top: 0;
	float: left;
	width: 150;
	}
#galleryName {
	color: rgb(190,190,190);
	font-weight: bold;
	font-size: 1em;
	margin-top: 0;
	margin-left: 170;
	margin-right: 1em;
	}
#indeximages {
	margin-left: 1em;
	margin-right: 2em;
	clear:both;
	}
/* Individual image pages, buttons left and title next to it, top aligned, image under*/
#navigate {
	color: rgb(190,190,190);
	font-weight: bold;
	font-size: 1em;
	margn-left: 1em;
	float: left;
	width: 150;
	}
#imagetitle {
	color: rgb(190,190,190);
/*	font-style: italic;
	font-weight: bold; */
	font-size: large;
	text-align: left;
	margin-top: 2;
	margin-left: 150;
	margin-right: 1em;
	}
#imagebody {
	clear:both;
	}
h1 {
	color: rgb(190,190,190);
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	text-align: left;
	}
h4 {
	color: gray;
	}
table {
	color: gray;
	}
/* no visible borders in this layout */
.bigimage{
	border-style:solid;
	border-color: gray;
	border-width:0px;
      }
.thumbimage{
	border-style:solid;
	border-color: gray;
	border-width:0px;
      }
.copy {
	color: rgb(190,190,190);
	font-size: xx-small;
	line-height: .9;
	font-style: italic;
	text-align: right;
}
/* Image description from IPTC in this layout */
.fname {
	color: rgb(190,190,190);
	font-size: small;
	line-height: 1;
/*	font-weight: bold; */
	font-style: italic;
	text-align: left;
}
.indexcopy {
	color: rgb(190,190,190);
	font-size: x-small;
	line-height: .9;
	font-style: italic;
	text-align: right;
	margin-right: 2em;
}
<style type="text/css">
<!--
.style1 {font-size: xx-small}
-->
</style>


