@charset "utf-8";

html {
	background-color: gray;
}

body > header > ul> li > img {
	max-height: 150px;
	float: left;
}

body > header > ul> li {
	list-style: none;
}

body > h3 {
	background-color: rgb(200, 200, 200);
	font-size: 1.7em;
	text-align: center;
}

body > ul > li {
	padding: 3px;
	font-size: 1.5em;
	text-align: center;
	list-style: none;
}

header.horizontalAlign li {
	display: block;
	text-align: center;
}

