@charset "UTF-8";

body {
	background-color:white;
	font-family:Georgia,serif;
}

div.main {
	position:absolute;
	top:20%;
	left:0;
	right:0;
	text-align:center;
}

div.address {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	color:Gainsboro;
	font-style:italic;
}

div.fingerprint {
	position:absolute;
	left:10%;
	right:10%;
	bottom:10%;
	color:GhostWhite;
	text-align:center;
	font-family:'Bitstream Vera Sans Mono',monospace;
	font-weight:bolder;
	font-size:500%;
}

a:link { color:DarkRed; text-decoration:none; }
a:visited { color:DarkRed; text-decoration:none; }
a:hover { color:OrangeRed; text-decoration:underline; }
a:active { color:OrangeRed; text-decoration:underline; }
a:focus { color:OrangeRed; text-decoration:underline; }

div.fingerprint a:link { color:GhostWhite; }
div.fingerprint a:visited { color:GhostWhite; }

