body {
	background-color: #9C4942;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	text-decoration: underline; 
	color: #FFFF00;
	font-size: 11px;
}

a:visited {
	text-decoration: none; 
	color: #CCCCCC;
	font-size: 11px;
}

.PhotoTitle {
	color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	line-height: 25px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px;
	line-height: 30px;
  	background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  	color: #006666;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10px;
	line-height: 15px;
  	background-color: #006666;
	color: #DCDCDC;
}

.copyright {
	font-size: 10px;
  	color: #CCCCCC;
}


.footer {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #009999;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  	background-color: #336699;
}

h2 {
	background-color: #009999;
  	color: #FFFFFF; 
	font-weight: normal;
	font-size: medium;	
}


