
body { font-size: 85%; }

.photo {  float: left;  /* use photo as a div, to keep captions (p) and picture (img) together */
             margin-bottom: 1.5em; 
             margin-right: 2em; 
             display: block; }

.photo img { vertical-align: top; }  

.photo p { font-weight: bold; } /* photo caption */

.indent { text-indent: 3em; }  /* to indent the first line of a paragraph */

.content { background: white; 
                 color: black; }   

.top { font-size: 75%; }

.disclaimer { font-style: italic; }

a { text-decoration: underline; }

.citation {
	     font-size: 10pt;
	margin-left: 400; /* adjust this margin so the citation is in the right place */
	text-indent: -1em; /* this causes the lines to indent */ }

.author { font-size: 10pt; font-weight: bold; }