#E404 { /* content on the photo display page*/
	width: 500px;
	margin-left: 30px;
	padding: 0px;
  border: 0;
	z-index: 5;
	text-align: center;
	}
.rls { /* The rules themselves inside the 'content' <divs> */
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 5em;
}
.rls p{
  text-indent: -2em; }
.rls h3 { 
	text-indent: -3em; }
	
#links { /* All the stuff on the Links pages with indenting */
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 7em;
}
#links p {
  text-indent: -1em; }
#links h3 { 
	text-indent: -5em; }
#links h4 { 
	text-indent: -3em; }
#links a:link {
	font-weight: bold;
	color: yellow; }
#links a:visited {
	color: #99ffff; }
