html {
	background-color: black;
	color: white;
}
a {
	border: 0px solid red;
}

.headshot {
	border:0px;
}
#content {
	border:0px solid green;
	width:100%;
}
#content img {
	float:left;
	width:200px;
	padding:10px;
}
#content .person-description {
	width:80%;
	border:5px solid purple;
}
#content.image-container {
	border:1px solid yellow;
	clear:right;width:100%;
	float:left;
}
#content td.col1 {
	float:left;
	border:1px solid green;
	margin-right:20px;
	text-align: center;
	padding-bottom: 10px;
}
#content td.col2 {
}