HTML {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
BODY, DIV, UL, OL, LI, H1, H2, H3, H4, H5, H6, FORM, FIELDSET, INPUT, TEXTAREA, P, TH, TD {
	margin: 0;
	padding: 0;
}
BODY {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0;
	width: 100vw;
	max-width: 560px;
	margin: auto;
}
H1, P {
	margin-top: 30px;
	text-align: center;
}
A {
	color: #333;
	text-decoration: none;
	outline: none;
}
A:hover {
	color: #999;
	text-decoration: underline;
}
A:visited {
	color: #666;
}
.right {
	text-align: right;
}
@media only screen
and (max-width: 560px) {
	.change1 {
		display: block;
		margin-bottom: 10px;
	}
	.change2 {
	}
}
@media only screen
and (min-width: 560px) {
	.change1 {
		display: inline;
	}
	.change2:before {
		font-family: Verdana, sans-serif;
		font-size: 13px;
		color: #333;
		content: " | ";
	}
	.fn, .adr {
		display: block;
	}
	.adr:before {
		font-family: Verdana, sans-serif;
		font-size: 13px;
		color: #333;
		content: "Address: ";
	}
}
