/* CSS Document */

#error_404 {
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

#error_404 a {
	font-weight: normal;
}

#error_404 a:link {
	color: #107ec8;
	text-decoration: none;
}
#error_404 a:visited {
	color: #107ec8;
	text-decoration: none;
}
#error_404 a:hover {
	color: #107ec8;
	text-decoration: underline;
}
#error_404 a:active {
	color: #107ec8;
	text-decoration: underline;
}
