html, body, div, p, div p {
		font-family: Georgia, serif;
		color: #666;
		}
	
body div p, body div { /* Full reference for NN4 */
	text-indent: 1em;
	line-height: 1.45em;
	margin-top: 0;
	margin-bottom: 0;
	}
	
p.author {
	font-family: Times, Georgia, serif;
	font-size: large; /* NN only */
	/*/*/ font-size: medium; /* */ 
	font-style: italic;
	color: #000;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #666;
	}

p.intro {
	font-size: large;
	/*/*/ font-size: medium; /* */ 
	font-family: Georgia, serif;
	text-indent: 0em;
	line-height: 1.45em;
	}
	
p.caption {
	font-family: Verdana, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */
	text-indent: 0em;
	font-weight: normal;
	font-style: italic;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #444;
	color: #000;
	margin-top: 0.5em;
	}

p {
	font-size: large;
	/*/*/ font-size: medium; /* */ 
	font-family: Georgia, serif;
	text-indent: 1.5em;
	line-height: 1.45em;
	}
	
p a:link { 
	color:#666; 
	text-decoration: none;
	border-bottom-style: dotted;
	border-width: 1px; 
	border-color: DDDDDD;	
	}
p a:hover { 
	color:#444; 
	background-color:#EEE; 
	text-decoration: none;
	border-style: dotted; 
	border-width: 1px; 
	border-color: #F09;
	}
p a:visited { 
	color:#666; 
	text-decoration: none;
	}

/***** Template dHTML styles *****/
div.photo {
	float: right;
	width: 232px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	}
	
div.photo2 {
	float: left;
	width: 232px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	/*/*/ margin-bottom: 5px; /* */
	}
	
div.photo3 {
	float: right;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	}
	
