body {
    background-color: white;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

div {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 20px;
	margin: 10px;
	background-color: #eee;
}

div h1 {
	font-size: 150%;
	margin: 0px;
	text-align: left;
}

div a, a:visited {
	color: red;
	text-decoration: none;
}

div a:hover {
	text-decoration: underline;
}

#bio, #research {
	text-align: justify;
}

#publist, #press, #research {
	background-color: #ccf;
}

#position {
	background-color: white;
	padding-bottom: 15px;
	padding-left: 0;
}

#position h1 {
	font-size: 200%;
	}

#position a, #position a:hover, #bio a, #bio a:hover {
	text-decoration: underline;
	color: black;
}

#position img {
	float:left;
	padding-right: 15px;
}
