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

body {
	margin: 2px 2px 2px 2px;
}

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 {
	margin: 0.5em 0 0.5em 0;
}

a:link, a:visited, a:hover, a:active {
	color: #666666;
}

img {
	border: 0;
}

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

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

.normni {
	text-indent: 0em;
}

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

/* items to hide for printing */
#footer, #imagelinks, .backlink {
	display: none;
}

#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;
}

.new, .new a:link, .new a:visited, .new a:hover, .new a:active {
	font-style: italic;
}

