﻿html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
a {
	text-decoration: underline;
	color: inherit;
}
img {
	border: 0;
}
body {
	background: #FFFFFF;
}
#main {
	margin-top: 180px;
	text-align: center;
	min-width: 320px;
}
#main p {
	font-size: 60px;
	font-family: "Courier New";
}