#ErrorPage {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	background-color: #F0F0F0;
	color: #003300;
	border: thin solid #03C;
	border-spacing: 10px;
	position: static;
	width: 600px;
	margin-top: 160px;
}
#ErrorPage h1 {
	font-size: 36px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	margin-top: 0px;
}
#ErrorPage h2 {
	font-size: 24px;
	color: #FF0066;
	text-decoration: none;
}
#ErrorPage a {
	color: #FF3300;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#ErrorPage a:hover {
	text-decoration: underline;
}
#ErrorPage li {
	list-style-image: url(btn_ge.gif);
}
