body {
	font-family: Georgia, sans-serif;
	background-color: white;
	text-align: left;
    font-size: 0.9em;
}
#bio, #photos, #projects, #code {
	float: left;
	width: 200px;
}
div {
	margin: 20px;
}
img {
	border: 1px solid black;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

