body {
	background-color: #000000;
	color: #656565;
	font-family: Monaco, Consolas, monospace;
	font-size: 14px;
}

h2 {
	border-bottom: 1px dashed;
}

u {
	border-bottom: 1px dotted;
	color: green;
	text-decoration: none;
}

a {
	color: #91BDBB;
	text-decoration: none;
}

a:hover { border-bottom: 1px solid; }

#container {
	margin: auto;
	padding: 16px;
	width: 808px;
}

#contact {
	float: left;
	width: 512px;
}

#bsd { height: 256px; }

#courses {
	border: 1px dashed green;
	padding: 16px;
}

#papers {
	border: 1px solid green;
	padding: 16px;
	text-align: justify;
}

#overview {
	padding-top: 72px;
	padding-bottom: 16px;
	text-align: justify;
}

#footer {
	text-align: center;
	padding-top: 16px;
}

.img-circle {
	width: 200px;
	height: auto;
	border-radius: 50%;
}
