*{
	box-sizing: border-box;
}
h1 {
	text-align: center;
	font-family: "Arial", Arial, serif;
	background-color: #99CCFF;
}

h2{
	font-style: italic;
	border-bottom-style: solid;
	border-width: 1px
}

p{
	font-family: "Arial", Arial, serif;
	background-color: FFFFCC;
	border-radius: 10px;
	padding: 20px;
}

img.top{
	vertical-align: text-top;
}

img.bottom{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div {
	margin: 0px;
	border: 0px;
	padding: 1px;
}

.block{
	width: auto;
	float: left;
}


.block img.top{
	width: auto;
}

.block img.bottom{
	width: auto;
	float: right;
}


@media only screen and(min-width: 512px) {
.block{
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
  .block {
    width: 50%;
  }
}






 



