h1 {
	text-align: center;
	padding: 10px;
	font-family: arial;
	font-variant: small-caps;
}

h2 {
	background-color: #2a2835;
	color: white;
	padding: 0.2em;
	font-size: 1.2em;
	padding-left: 1em;
}

div#title {
	width: 450px;
	margin: auto;
	background-color: #20252c;
	color: white;
}
	
img {
	border: none;
}

img.cover { 
	float: left;
	margin-right: 30px;
}

div#solutions {
	margin: 0 auto 0 auto;
	width: 100%;
}

div#solutions a {
	font-family: monospace;
	text-decoration: none;
}

div.solution {
	float: left;
	margin: .1em 1em .1em 1em;
	width: 8em;
}

div.solution ul {
	list-style-type: none;
	margin-left: -2em;
}

p.solution_title {
	text-align: center;
	font-weight: bold;
	background-color: #d3edce;
	width: 100%;
}

address {
	float: right;
}
