div.clr   { position: relative; 
			   clear: both;
			   width: 800px }
		div.frame { float: left;
			   width: 22%;
			   margin: 3px;
			   padding: 3px;
			   text-align: center }		
		p.caption { font-style: italic;
			font-size: .8em;
			text-indent: 0;
			font-family: sans-serif;
			text-align: center;
			margin: 4px;
			padding: 4px; 
			color: #33cc66;
			background-color: transparent }
		h1 { font-family: sans-serif; color: #33cc66;
			background-color: transparent }
		h3 { font-family: sans-serif; color: #33cc66;
			background-color: transparent }
		p.normal { clear: both;
			   position: relative; left: 40px;
			   width: 90%;
			   text-align: justify;
			   text-indent: 3em;
			font-family: sans-serif;
			font-size: 1em;
			   margin: 3px;
			   padding: 2px;
			   background-color: transparent }
		p.another { clear: both;
			text-align: center;
			font-family: sans-serif;
			font-size: 1em;
			color: #33cc66;
			background-color: transparent }
		a:link { color: #ccccff;
			background-color: transparent }
		a:visited { color: #53bced; 
			background-color: transparent }