body {
        font-family: 'Segeo UI', Georgia, 'Times New Roman', 'Microsoft YaHei', Times, serif;
}
code {color: #900;
         font-family: Consolas, Lucida Sans Typewriter, Bitstream Vera Sans Mono, Andale Mono, TriskWeline, Dina, monospace;}
blockquote {
	font-style: normal;
	width: 90%;
	margin: 1.5em 1em;
	padding: 1em;
	border: 2px dotted #ccc;
	white-space: normal;
	overflow: auto;
}
blockquote:hover {
	border: 2px solid #999;
}
blockquote, pre {font-variant:small-caps;}
@media screen {
div.ErrorPanel {
	color: #660033;
	background: #FFFFCC;
	border: 1px dashed #DBDB64;
	padding: 12px;
	font-weight: bold;
}

div.ErrorPanel IMG,
div.MessagePanel IMG {
	float: left;
}

div.ErrorPanel DIV,
div.MessagePanel DIV {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 44px;
}
}

a img {color: #fff; }
/* Hide image border from Netscape4	*/
@media all {	/* Cpoied from http://www.w3.org/	*/
	a img {color: inherit; border: none; }
}