@charset "utf-8";

  /***** 内页分页 *****/
  
  /***** 内页列表分页 *****/
	.page { margin:3px 3px; padding:1px; text-align:center; clear:both;}
	.page a { font:11px/30px "Helvetica"; margin:2px; padding:2px 3px; border:1px solid #7e1010; color:#7e1010; text-decoration:none; }
	.page a:hover { border:1px solid #ff0000; color:#ff0000; }
	.page a:active { border:1px solid #7e1010; color:#7e1010; }
	.page span { margin:1px; padding:2px 3px; border:1px solid #7e1010; color:#7e1010; font-size:12px; }
	.page span.strong { margin:2px; padding:5px 8px; border:1px solid #7e1010; font-weight:bold; color:#fff; background-color:#7e1010; }



 /***** 内页内容 *****/
    #text             { width:96%; font:14px/26px "宋体"; text-align:center; color:#555; }
    #text a           { color:#555; }
    #text a:visited   { color:#555; }
    #text a:hover     { color:#cc0000; }
    #text h1		  { font:bold 20px/30px "Microsoft YaHei","宋体"; color:#cc0000; margin-top:20px; }
    #text h2          { font:bold 14px/40px "Microsoft YaHei","宋体"; color:#cc0000; }
	#text h3          { font:12px/22px "宋体"; background:#eee2cc; color:#000000; margin-top:10px; }
	
	#showcontent 	  { margin-top:20px; margin-bottom:20px; font:14px/26px "宋体","Microsoft YaHei"; text-align:left; }
	#showcontent p    { text-indent:28px; }
 
  /***** 内页收藏，关闭等 *****/
	#tools			 { width:96%; margin:8px auto; font:14px/30px "宋体"; text-align:right; color:#656565; }
	#tools a		 { color:#656565; }
	#tools a:hover   { font:14px/22px "宋体"; color:#f70000; }
 
 /***** 内页上，下一?*****/
	#prenext {width:96%; margin:8px auto; border:1px solid #c7b596; background:#e8dbc4; } 
	#prenext ul li { font:12px/20px "宋体"; color:#767676; height:20px; text-align:left; text-indent:30px; margin:10px auto; }
	#prenext ul li a{ color:#767676; }
	#prenext ul li a:hover{ color:#ff0000; }
	
	
	

