/* font stacks from https://css-tricks.com/snippets/css/font-stacks/ */

h1 {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 120%;
	font-weight: bold;
}
h2 {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 100%;
	font-weight: bold;
}
h3 {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 100%;
	font-weight: normal;
    margin-bottom: 0ex
}
footnote {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 90%;
	font-weight: normal;
    margin-bottom: 0ex
}

body
{
    font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
    line-height: 1.38rem;
}

/* For single-column documents */
.column0 {
	clear: left;
	float: left;
	width: 37em; <!-- was 39 -->
	margin-top: 5px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom:10px;
}

/* First column of two-column documents */
.column1 {
	clear: left;
	float: left;
	width: 24.5em; <!-- was 25.5 -->
	margin-top: 5px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom:10px;
}

/* Second column of two-column documents */
.column2 {
	clear: none;
	float: none;
	margin-left: 25.5em; <!-- was 26.5 -->
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: solid 1px red;
	text-align: left;
	width: 24.5em; <!-- was 25.5 -->
}

/* The previous picture of me on my home page */
.img1 {
	width: 25.5em;
	height: 17em;
	align: center; 
}

/* increase the hanging indent in publications.html */
p.bibitem { text-indent: -3em; margin-left: 3em; margin-top:0.6em; margin-bottom:0.6em; }

body {
	padding: inherit;
	width: inherit;
	}

li {
    margin-bottom: 0ex
    }
