body, html {
	margin: 0px;
	background-color: #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; font-weight: normal;
	color:#000000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #0000FF;
	text-decoration: none;
	background-color: #ffcc33;
}

.summary {
	font-family: Georgia, Times New Roman, serif;
	font-size:14px;
	font-style: italic;
	color: #336600;
	font-weight: bold;
}

#summary {
	font-family: Arial, Tahoma, sans-serif;
	font-size:10px; font-style: normal; color: #003366;
	font-weight: normal; 
	letter-spacing: 2px; 
	text-align: center;
	background-color: #99ccff;
}

#photo-caption {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

.credits {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#bottom_nav {
	font-family: Verdana, sans-serif;
	font-weight: normal; font-size: 11px; color: #000000;
	text-decoration: none;
	text-align: center;
}

.menu {
	font-family: Arial Black, Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #336600;
}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	text-align: center;
	color: Navy;

}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:22px;
}

h3 {
	margin: 10px 0 7px 0;
	font-size:22px;
}

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:18px;
}

#menu a {
  text-decoration:none; 
  background-color:#ccc; 
  padding: 3px;
  padding-left: 4px;
  padding-bottom: 3px;
  font-size: 10px;
  display:block; 
  width:10em; 
  border:1px solid #fff;
  border-color:#eee #777 #444 #ddd;
  margin: 0px 0 0 0;
  width: 100%;
  }

#menu a:hover {
  background-color:#ddd; 
  top:3px;
  left:4px;
  right:4px;
  color:#000;
  border-color:#444 #ddd #eee #777;
  width: 100%;
}


