html, body, h1, h2, h3, p, br, ul, ol, li, a:link, a:visited, a:hover, a:active {
	color: #000000;
	background-color: #D3D3D3;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	margin: 30px 5% 0 5%;
}

div {
	clear:both;
	margin: 10px 0 10px 0;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	margin: 0.5em 0 0.5em 0;
}

p {
	font-size: 0.9em;
	margin: 0.5em 0 0.5em 0;
}

a:link {
	color: #0000ff;
}
a:visited, a:hover, a:active {
	color: #000066;
}

img {
	border: 0;
}

ul, ol {
	list-style-type: none;
}

li {
	font-size: 0.9em;
}

.norm {
	text-indent: 1.5em;
	text-align: justify;
}

.normni {
	text-indent: 0em;
}

#intro, #photocap, #photonocap, #emails, #emailbody, #image, #footer {
	border-top: 1px solid #666666;
}

#photocap ul, #photonocap ul {
	text-align: center;
}

#photocap li, #photonocap li {
	display: block;
	float: left;
	width: 124px;
}

#photocap li {
	height: 170px;
	margin: 0 1em 0 0;
}

#photonocap li {
	height: 124px;
	margin: 0 0.2em 0.2em 0;
}

#photocap img {
	display: block;
}

#photonocap img {
	margin: 0 auto 0 auto;
}

#emails li {
	margin: 0 0 0.5em 2em;
	text-indent: -2em;
}

#imagelinks p {
	color: #666666;
	background-color: #D3D3D3;
}

.new, .new a:link {
	color: #990033;
	background-color: #D3D3D3;
	font-style: italic;
}

.new a:visited, .new a:hover, .new a:active {
	color: #550011;
	background-color: #D3D3D3;
	font-style: italic;
}

/* List of ID's and classes:

index.html
  #intro
    h1, h2, p.norm
  #photocap
    h3, ul( li( a( img %text )))
  #emails
    h3, ol( li( a( %text )))
  #footer
    p.soft( a( img ))

index.html (galleries)
  #intro
    h1, h2, p.backlink
  #photonocap
    h3, ul( li( a( img )))
  #footer
    p( a( img ))

email.html
  #intro
    h1, h2, p.backlink
  #emailbody
    p.normni, p.norm
  #footer
    p( a( img ))

target.html
  #intro
    h2
  #imagelinks
    p
  #image
    img
*/
