body {
	color: #32323c;
	font-family: "DejaVu Sans";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link {
	color: #557df0;
	text-decoration: none;
}
a:active {
	color: #557df0;
	text-decoration: none;
}
a:visited {
	color: #0a3296;
	text-decoration: none;
}
a:hover {
	color: #9bb4ff;
	text-decoration: underline;
}

#content {
	background-color: #fff;
	border: 1px solid #0a3296;
	display: block;
	margin: 100px auto;
	text-align: justify;
	width: 450px;
}
#content div.errortype {
	background: #0a3296;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}
#content div.content {
	color: #555;
	padding: 3px;
	height: 300px;
	overflow: auto;
}
#content div.content p {
	margin: 10px 0;
}
#content div.content ol {
	font-size: 10px;
	margin: 0 0 0 20px;
	padding: 0;
}
#content div.content hr {
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	border-top: 1px solid #d2d20a;
	height: 1px;
	line-height: 0px;
	margin: 3px 0;
	padding: 0;
}
