/* bio.css
* Revised: 1999 oct 6
* Extra styles for biographical sketches.
* To be used in combination with (and following) 
* footer.css and intermedia.css.
*/

H1  {
	color: brown ;
	text-align: center;
	margin-bottom: 0;
	font-size: x-large;
}

/* The following assumes that the HTML specifies
   cellpadding=10
   cellspacing=0
   */
TD.esp { 
  padding-right: 1em;
  padding-left: 1.5em;
  }

TD.eng { 
  padding-left: 1em;
  padding-right: 1.5em
  }

