body{
	font-family: verdana, arial, sans-serif;
	color: #070;
	text-align: center;
	font-size: 0.8em;
}

div.contents{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
}
.who a{
	color: #800;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5em;
}
.who a:hover{
	color: #c00;
	text-decoration: underline;				
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

h1, p{
	clear: both;
}

ul.certificates{
	margin-top: 2em;
	margin-bottom: 2em;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 1000px;
	border-top: 1px solid #888;
}

ul.certificates li{
	float: left;
	margin-top: 10px;
	margin-right: 2em

}

ul.certificates img{
	border: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

ul.who{
	text-align: left;
	line-height: 3em;
}