* {margin: 0; padding: 0;}

body {
	max-width: 960px;
	min-width: 720px;
	margin: 0;
	font-size: 1em;
	background-color: #fff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	position: relative;
}

h1 {text-align: center; font: 2em Arial sans-serif;}
h2 {text-align: center; font: italic 1.5em Arial sans-serif;}
h3 {text-align: right; font: italic 1.2em Arial sans-serif;}

#homepre {
	font: .8em "楷体","楷体_GB2312";
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;       /* for fucked Internet Explorer 5.5+ */
	margin: 0em;
}

pre span {margin-left: 4em; font: italic 1.2em STFangsong,"宋体";}

#quote {
	margin-left: 8em;
	font: 1em "楷体","楷体_GB2312","宋体";
}

a{
	color: black;
	text-decoration: underline;
}

#header {
	height: 0px;
	overflow: hidden;
}

#container {
}

#nav {
	height: 0px;
	overflow: hidden;
	display: none;
}

#content {
	margin-left: 0px;
	padding: 5px 50px 5px 20px;
}

#print a{
	font-size: .8em;
	text-decoration: none;
}

#footer {
	height: 0px;
	overflow: hidden;
}

#footer p {
	height: 0px;
	overflow: hidden;
}