body {
	background: #fbd100;
	}
	
p {
	color: #000;
	}
	
a
	{
		outline: none;
		text-decoration: none;
		color: #000
	}
	
a:hover
	{
		background-color: #ec008c;
	}


img
	{
		border: none;
	}
	

h1 {
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	color: #ec008c;
	font-weight: bold;
	}
	

.subhead1 {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 1.8em;
	color: #000;
	font-weight: bold;
	}
	
.photocaption {
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	line-height: 1.8em;
	color: #000;
	font-style: italic;
	margin-top: -20px;
	padding-bottom: 10px;
	}
	
.footer {
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	line-height: 1.6em;
	text-align: center;
	color: #000;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 20px;
	}
	
	
	
	