/* Two Two Software CSS */

html, body {
	background-color: #EEEEEE;
	color: #222222;
	font-family: Courier, monospace;
	font-size: 1em;
	text-shadow: 0px 1px 1px #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	min-height:100%;
	margin: 0;
	padding :0;
}

h2			{ font-size: 4em;  font-size: 6vmin; white-space: nowrap; }

a:link		{ color: #222222; text-decoration :none; }
a:visited	{ color: #222222; text-decoration :none; }
a:hover		{ color: #222222; text-decoration :underline; }
a:active	{ color: #222222; text-decoration :underline; }

img			{ border: none; }

header {
	padding-top: 20%;
	padding-bottom: 5%;
}

footer {
	position:absolute;
	bottom: 0px;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	font-size: 0.75em;
}
