body {
	background: black;
	font-family: courier, serif;
	color: white;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 10px;
	text-align: center;
}
img {
	border: none;
}
a {
	color: white;
}
a:hover {
	font-weight: bold;
}
div.content {
	height: 100%;
	padding: 10px;
}
div.logos {
	margin-top: 5%;
}
div#ipv6_enabled_www_test_logo{
}
div.footer {
	position: absolute;
	bottom: 0;
	z-index: 10;
	padding-left: 10px;
}
div.footer p{
	text-align: left;
	font-style: italic;
	font-size: .8em;
}

