<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	background-color: #FDFBF5;
	font-size: 12px;
	margin: 0 auto;
	background-image: url(xitu_main_bg.jpg);
	background-repeat: repeat-x;
}

body &gt; div {
	margin: 0 auto;
	width: 1000px;
}
.titlestyle1 {
	font-size: 20px;
	color: #FFC;
	font-weight: bold;
}
.titlestyle2 {
	font-size: 20px;
	color: #069;
	font-weight: bold;
	line-height: 50px;
}
.titlestyle3 {
	font-size: 20px;
	font-weight: bold;
	color: #399;
	line-height: 40px;
}
.titlestyle4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 250%;
}
.imgstyle {
	border: 1px solid #666;
	padding: 1px;
	background-color: #FFF;
}
#logo {
	background-image: url(xitu_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 60px;
}
#navigation {
	background-color: #3A3026;
	background-image: url(xitu_navigation_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 40px;
}
#navigation ul {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 300px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation ul li {
	line-height: 40px;
	float: left;
	list-style-type: none;
}
#navigation ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	width: 70px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
#navigation ul li a:hover {
	background-image: url(xitu_nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#navigation ul li a:visit {
	background-image: url(xitu_nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: center;
}#show {
	background-image: url(xitu_show_bg.jpg);
	height: 168px;
}
#show #summary {
	margin: 10px;
	float: left;
	color: #FFF;
	line-height: 20px;
}
#main {
	padding-top: 10px;
	height: auto;
	overflow: auto;
}
#main #photo {
	float: left;
}

#main a {
	color: #C60;
}

#main #left {
	float: left;
	color: #666;
	line-height: 200%;
}
#main #left table tr td ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main #left table tr td ul li {
	list-style-type: none;
	margin-bottom: 15px;
}
#main #left table tr td ul li a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}
#main #left table tr td ul li a:hover {
	color: #000;
}


#main #stone {
	float: left;
	line-height: 75px;
	font-size: 16px;
	font-style: italic;
	color: #000;
	font-weight: bold;
}
#main #right {
	float: right;
	overflow: auto;
}
#main #right #content {
	padding: 14px;
	border: 1px solid #666;
	background-color: #FFF;
	margin-top: 20px;
	line-height: 200%;
	
}
#main #right #content img {
	padding: 1px;
	border: 1px solid #999;
}

#main #right #num {
	line-height: 40px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
#main #right #num a {
	color: #333;
	text-decoration: none;
}
#main #right #num a:hover {
	color: #C60;
	text-decoration: underline;
}


#photo #roll {
	width: 968px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 15px;
}
#bottom {
	text-align: center;
	color: #FFF;
	background-color: #3A3026;
	height: 50px;
	line-height: 25px;
	margin-top: 20px;
}</pre></body></html>