* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
body {
	margin: 0px;
	background: #FFFFFF;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #0066CC;
}
a:hover, a:focus, a:active {
	font-weight: bold;
}
object {
	display: block;
	outline: none;
}
#error {
	position: absolute;
	width: 600px;
	padding: 24px 33px;
	background: #FFFFFF;
	font-size: 30px;
	line-height: 36px;
	color: #000000;
}