/**--------------
	RESET CSS
--------------**/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
a{text-decoration:none;}
ol,ul {list-style: none;}
table {border-collapse: collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
img{border:none;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;}
.clearfix{zoom:1;}
body{font-family:"微软雅黑","宋体",Geneva, sans-serif;	font-size:12px;background:#ebebeb;}

/**--------------
	CSS
--------------**/

#wrapper{
	margin:30px 0 30px 150px;
	}
#wrapper #showCss{
	background:#48A890;
	width:60px;
	height:25px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height:25px;
	cursor:pointer;
	text-align:center;
	margin-bottom:20px;
	}
#wrapper .code{
	margin:8px 0 10px 52px;
	}
#wrapper code{
	font-family:Consolas,"Bitstream Vera Sans Mono",monospace,"Courier New";
	background:#f3ffae;
	padding:5px;
	color:#333;
	}
#wrapper h2{
	font-size:35px;
	font-weight:bold;
	}
#wrapper h1{
	font-size:20px;
	color:#48A890;
	font-family:Georgia;
	font-style:italic;
	margin-bottom:30px;
	text-shadow: 0 1px #fff;
	}
#wrapper span a{
	font-size:12px;
	margin-left:20px;
	text-decoration:underline;
	color:#000;
	letter-spacing:1px;
	}
h2#test1{
	text-shadow: 1px 1px #40730e;
	color:#92bf30;
	}
h2#test2{
	text-shadow: 1px 1px  3px #000;
	color:#676767;
	}
h2#test3{
	text-shadow: 0px -1px  #bbb,0 1px #fff;
	color:#e3e1e1;
	}
h2#test4{
	text-shadow: -1px -1px 3px #ffb69a,1px 1px 3px #922e09,-1px -1px #ffb69a,1px 1px #922e09;
	color:#e73f00;
	}
h2#test5{
	margin-top:40px;
	text-shadow:0 0 4px white, 0 -5px 4px #FFFF33, 2px -10px 6px #FFDD33, 2px -15px 11px #FF8800, 2px -25px 18px #FF2200;
	color:#000;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
