
/* style sheet for environment class */
body			{ width:98%; }
/*div				{ width:900px; } / * border:1px solid green; } */
div.text		{ float:left;  width:700px; }  /* 580px; } */
div.images	{ float:right; width:330px;  border:1px solid green; margin:0px; padding:2px; }
/*div img		{ width:326px; text-align:center; font-size:8pt; }*/

td				{ border: 2px solid green; padding:10px; text-align:justify; vertical-align:top; }
img				{ width:500px; margin-bottom:4px; }

/*
table			{ text-align:center; font-weight:bold; width:100%; font-size:16pt; }
td					{ text-align:center; }
ul					{ margin:0px;  }
*/

h1				{ color:#000000; margin:0px; padding:0px; font-size:20pt; }
h2				{ margin:0px; padding:0px; font-size:18pt; }
h3				{ margin:10px 0px 0px 0px; font-size:16pt; }
h4				{ margin:5px 0px 0px 0px; font-size:14pt; }
h5				{ font-size:8pt; }

/*img				{ border:none; margin:1px; width:326px; } /  * float:right;*/
.ref				{ font-size:10pt; font-style:italic; }

p					{ margin:0px 0px 10px 0px; text-align:justify;}
p.quotes		{ font-style:italic;}

a:link			{ display:inline; font-weight:bold; text-decoration:none; }
a:active		{ display:inline; font-weight:bold; text-decoration:none; }
a:visited		{ display:inline; font-weight:bold; text-decoration:none; }
a:hover		{ display:inline; font-weight:bold; text-decoration:underline; }


/*
/ * allow room for 3 columns * /
ul	{	 width: 30em;	}
/ * float & allow room for the widest item * /
ul li	{	 float: left;	 width: 15em;	}
/ * stop the float * /
br	{	 clear: left;	}
/ * separate the list from subsequent markup * /
div.wrapper	{	 margin-bottom: 1em;	}	
*/

