html {
	scrollbar-face-color: #3A3539;
	scrollbar-arrow-color: #D6D6D6;
	scrollbar-base-color: #D6D6D6;
	scrollbar-shadow-color: #D6D6D6;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #3A3539;
	scrollbar-3d-light-color: #FFFFFF
}
body {
	background-color: #201E20;
}
a {
	text-decoration: underline;
	color: #FF5E5E;
}
a:link, a:visited {
	text-decoration: none;
	color: #FF5E5E;
}
a:active, a:hover {
	text-decoration: underline;
	color: #6666FF;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D6D6D6;
	font-size: x-small;
}

P.error_document_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D6D6D6;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
P.error_document_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D6D6D6;
	font-size: 12px;
}
LI.error_document_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D6D6D6;
	font-size: 12px;
}
