
body {
	font-family: serif;
}

h2.img {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 20px;
}

h2.img::after {
	margin: 5px auto -10px auto;
}

ul.commentlist li {
	padding-left: 40px;
}

/***********************************************************************/

div.simg p {
	font-size: 14px;
}

/***********************************************************************/

div.title {
	background-position: center top -20px;
	padding: 80px 0 100px 0;
}

div.title h1 {
	color: white;
	font-size: 50px;
	width: auto;
}

div.title p {
	text-align: center;
}

div.title p a {
	color: white;
	text-decoration: none;
}

div.title p a::before {
	content: "-";
	margin-right: 5px;
}

div.title p a::after {
	content: "-";
	margin-left: 5px;
}

footer p {
	padding-bottom: 30px;
}