body {
	background: #5B627F;
	color: white;
	font-family: sans-serif;
	font-size: 18pt;
	text-align: center;
	text-shadow: black 1px 1px;
}
p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
p.small-line-break {
	font-size: 8pt;
}
input {
	font-size: 18pt;
}
#extra-links {
	font-size: 12pt;
	color: #CCC;
}
a:link		{ color: #CCC; }
a:visited	{ color: #CCC; }
a:hover		{ color: #EEE; }
a:active	{ color: #EEE; }

/* Reference: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp */
@media only screen and (max-width: 600px) {
	body {
		font-size: 14pt !important;
	}
	input {
		font-size: 20pt !important;
	}
}
