a:link {
	color: #cc6600;
	text-decoration: none;
} 
a:visited {
	color: #996633;
	text-decoration: none;
} 
a:hover {
	color: #CC9900;
	text-decoration: underline;
} 
a:active {
	color: ##CC9933;
	text-decoration: underline;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-type: disc;
}
.photocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 11px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #996633;
	font-style: italic;
}

