/* CSS Stylesheet */
/* created by Frank H. O'Donnell at */
/* http:www.saltwellstudios.com */
/* Mar 3, 2009 */
/* This document validates as CSS level 2.1 */

body
{
text-align: center;
}
/* alternate fonts are specified */
	
	h1,h2,h3,h4,h5,h6 { font-family: "lucida handwriting", "Times New Roman", serif ; color: rgb(255,153,255); }
	p { font-family: "Times New Roman", serif ; font-size:14pt; font-style:italic; margin-top:3pt; margin-right:5%; margin-bottom:3pt; margin-left:5%; color:rgb(255,153,255); }
	.statement {line-height: 200%; margin-right:5%; margin-bottom:3pt; margin-left:5%;}

	body {color: rgb(255,153,255); background: #58110B; } /* pink text brown background */
	
	#container { margin-left: auto; margin-right: auto; width: 50em; text-align: center; }
	#bio { margin-left: auto; margin-right: auto; width: 50em; font-size:14pt; text-align: left; }
	
	.leftbio {text-align: left;}
	.contact { clear: both; font-family: "lucida handwriting", "Times New Roman", serif; font-size: 16pt; padding: 2px; }
	.return { font-family: "lucida handwriting", "Times New Roman", serif; font-size: 16pt; padding: 12px; }
	.footer { clear: both; font-family: "lucida handwriting", "Times New Roman", serif; font-size: 9pt; color: rgb(255,153,255); }
	
	:link { color: #0080FF; }  /* light blue for unvisited links */
  	:visited { color: rgb(153, 0, 153); } /* purple for visited links */
  	a:active { color: rgb(255, 0, 102); } /* not noticeable when link is clicked */
  	a:hover { color: orange; } /* go to orange when mouse is over link */
	a {text-decoration: none; } /* no underline for links */
	
	/* img.displayed {display: block; margin-left: auto; margin-right: auto; border: 1; } */
	.thumbnail { border: 4px; }
	
	.largepic { 
margin: 10px; }

	.smallpic { 
margin: 9px; }
