/*
ipblock
version 1.3
copyright (c) 2014-2020 Scott Hampton
All rights reserved
Creed3 LLC - www.creed3.com

see READ_FIRST.txt for license details and instructions for use

Feel free to modify the CSS as you wish, but do not redistribute this software with modified CSS
No effort has been made in this CSS to accommodate the foolishness that is required by Microsoft Internet Explorer
*/
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;;
	line-height: 1.6em;
	text-align: center;
	margin: 50px auto;
	padding: 0;
	background: rgb(64, 8, 16);
	color: rgb(0, 0, 0);
}
#page {
	width: 400px;
	padding: 8%;
	background: rgb(255, 255, 255);
	/* transparency */
	background: rgba(255, 255, 255, 0.5);
	/* center horizontally */
	margin: 50px auto;
	/* shadow */
	-moz-box-shadow:    6px 6px 4px 0px #111;
	-webkit-box-shadow: 6px 6px 4px 0px #111;
	box-shadow:         6px 6px 4px 0px #111;
}
a, a:link, a:visited {
	text-decoration: none;
	color: rgb(255, 200, 200);
}
a:hover {
	text-decoration: underline;
	color: rgb(250, 150, 150);
}
#credit {
	width: 300px;
	margin: 10px auto 0px auto;
	text-align: center;
	font-size: 12px;
	color: rgb(255, 200, 200);
}