*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	background-image: url("../img/690957main1_p1237a1-673.jpg");
}

h1 {
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	font-weight: lighter;
	text-decoration: underline;
}

.header {
	margin-top: 10px;
	margin-bottom: 25px;
}

.nav {
	background-color: #525151;
}

	.nav li {
		border: 2px solid #656566;
		font-size: 16px;
		text-align: center;
	}

	.nav li a {
		font-weight: bold;
		padding: 5px !important;
	}

	.nav li a:hover {
		color: #000;
	}

.content {
	background-color: #EEE;
	border: 1px solid #525151;
	padding: 15px;
	margin-bottom: 20px;
}

.research-date {
	margin-right: 25px;
	font-weight: bold;
}

.list {
	list-style: none;
	margin: none;
}

.list li {
	margin-top: 10px;
}

.address p {
	line-height: 10px;
}

.address p:first-child {
	font-weight: bold;
}

.current-teaching {
	font-size: 16px;
	text-align: center;
}
	.current-teaching h2 {
		text-decoration: underline;
	}

	.current-teaching p {
		font-weight: bold;
	}