body {
  background-color:white;
}


img {
display: block;
    margin: auto;
    width: 100%;
    height: auto;
	max-width: 900px;
}

img.things {
display: block;
    margin: auto;
    width: 100%;
    height: auto;
	max-width: 800px;
}

img.thingsvertical {
display: block;
    margin: auto;
    width: 100%;
    height: auto;
	max-width: 600px;
}

p {
	width:100%;
	margin: auto;
	max-width: 850px;
	font-family: Courier New, Courier, monospace;
	color: black;
	text-align:center;
	font-size:7pt;	
}

p.things {
	width:100%;
	margin: auto;
	max-width: 850px;
	font-family: Courier New, Courier, monospace;
	color: black;
	text-align:center;
	font-size:14pt;	
}

a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size:7pt;	
}








