	html, body {
		background: white;
		color:		black;
		width:		100%;
		height:		100%;
		margin:		0;
		text-align: center;
		font-family: Georgia, "Times New Roman", times, serif;
	}
	
	
	div {
		margin-left: 	auto;
		margin-right: 	auto;
		margin-bottom:	0;
		margin-top:		0;
	}
	img {
		border:			0;
	}
	
	.copyright {
		font-family:	Arial, helvetica, sans-serif;
		font-size:		x-small;
	}
	
	a {
		color: 				#020266;
		background:			transparent;
		text-decoration: 	underline;
		font-weight:		bold;
	}
	
	
	input.s {
		background:			white;
		border:				3px double black;
		color:				#020266;
		font-weight:		bold;
	}
	
	input.t, textarea.t {
		border:				1px solid black;
		border-bottom:		4px double black;
	}