/* img {
	max-width: 100%;
	display: block;
}

caption, p {
	font-size: 22px;
} */

body {
	background: rgb(240, 240, 240);
}

p {
	font-size: 18px;
	margin: 0px;
	margin-bottom: 10px;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}