body {
	margin: 0;
		/* kills default margins on NN4 */
		/* additional killing in nonn4.css */
	padding-top: 80px;
	padding-right: 12%;
	padding-bottom: 70px;
	padding-left: 25%;
		/* sets the gutters and "margins" of a page, */
		/* imitating a left-hand book page           */
	color: black;
	background-color: white;
}


/* leave default look on links */
a:link { color: navy; }
a:visited { color: #04597A; }
a:hover { background: #ddd; }
a:active { /* cornflowerblue */ color: #6495ED; }

#Content, #Personal, #Footer { max-width: 620px; }
img { border: 0; }
#Return { border-top: 2px solid #aaa; margin-top: 2em; }
#Return p { margin-top: 1em; }
h3 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	}
h2 {
	margin-top: 1.5px;
	font-size: 1em;
	font-family: sans-serif;
	color: white;
	background-color: black;
	padding: 2px;
	}
dl {
	padding-left: 1em;
	border-left: 1px solid #ddd;
	}
dd, dt {
	margin-top: .2em;
	margin-bottom: .2em;
	}
dd {
	margin: .2em 0; 
	padding-left: 40px; }
	}
#bohsPhotos h2 {
	margin-top: 1em;
	}
