BODY {background-color: #fff}
body { margin-top: 5%; margin-left: 5%; margin-right: 5%; }

img 	{max-width: 100%;
    	height: auto;
    	width: auto;}

img.displayed {
    max-width: 100%;
    height: auto;
    width: auto;
display: block;
}


figure		{background: #fff;
		display: inline-block;
		text-align: right;
  		font-style: italic;
 		margin-top: auto;
 		margin-bottom: auto;
  		margin-left: auto;
  		margin-right: auto;
		}
figcaption {font-family: Times, serif;
	color: #222;
	font-size: 70%;
	font-style: oblique;}


.gallery {
	background-color:#eee;
	text-align: center;
	width:95%;
	
	}
	

 
p 	{font-family: courier, monospace;
	color: #444;
	font-weight:500 ;
	font-size: 100%;}

p.body	{font-family: courier, monospace;
	color: #444;
	font-size: 100%;
	font-weight:500;
	line-height: 150%;
	text-indent: 50px;}

p.intro	{font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 100%;
	font-weight:200;
	line-height: 150%;
	}

p.credit {font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #888;
	font-size: 80%;}

p.nav	{font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 200%;}

A {font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;}
A {text-decoration: none}
A:link {color:#33c;} A:visited {color:#639;}
A:hover {text-decoration: underline;}

h1 {font-family: Verdana, Helvetica, Arial, sans-serif;
		font-style: italic;
		color: #666;
		font-weight: bold;
		font-size: 150%;
		}

h2 {font-family: Verdana, Helvetica, Arial, sans-serif;
		font-style: normal;
		color: #333;
		font-weight: bold;
		font-size: 180%;}

h3 {font-family: Verdana, Helvetica, Arial, sans-serif;
		font-style: normal;
		color: #666;
		font-weight: bold;
		font-size: 125%;}

h4 {font-family: Verdana, Helvetica, Arial, sans-serif;
		font-style: normal;
		color: #666;
		font-weight: bold;
		font-size: 110%;}

ul.index 	{list-style-type: circle;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		color: #000;
		font-size: 110%;
		line-height: 250%;
		}
