
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-size: 85%;
                font-weight: bold; } /* photo caption */

.indent { text-indent: 3em; }  /* to indent the first line of a paragraph */

.content { background: white; 
                 color: black; }   

a { text-decoration: underline; 
      color:  #437d90; }

.citation { font-size: 75%;
	margin-left: 400; /* adjust this margin so the citation is in the right place */
	text-indent: -1em; /* this causes the lines to indent */ }

.authors { font-size: 1.2em;
font-weight: bold; }


.toc ul { list-style: none; }

.toc li { list-style: none; }

.authors { font-weight: bold;  }

.coop2 { font-weight: bold; 
              font-size: 95%; }