
#floatleft /* A floating image and caption to left*/
 	{margin: 1em 1em; float: left; font-style: italic; line-height:100%;}
	
#floatright /* A floating image and caption to right*/
 	{margin: 1em 1em; float: right; font-style: italic; line-height:100%;}
	
#linesp125p	/* Making the line spaceing 125% */
	{line-height: 1.5em;} 
