/* sample theme-independent CSS classes, uncomment to use them if you wish :)

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	float: right;
	margin: 0 0 2px 10px;
	}
img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
	}
	
*/

/*++++++++++++++++++ The BACKGROUND IMAGE +++++++++++++++++++++*/
/*+++++ replace "(images/default.jpg)" with another image from the /images directory of the theme or use the custom background switcher (Appearance - Change Background Image) ++++*/

body {
        background: url(images/default.jpg) no-repeat 0 0 #fff;
        background-attachment:fixed;
        background-position: center center;
        color:#000000;
        font-family: Arial, Verdana, sans-serif;
        margin: 0;
        padding: 0;
        line-height:300%; 
        letter-spacing:0.15em;   
        
}

cite {
        font-size: 90%;
        font-style: normal;
        color:#000000;
        
}



h1 { font-size:24px; font-family:宋体;color:#000000;line-height:150%;   
}

h2 {font-size:22px;font-family:宋体;color:#000000;line-height:150%;
        
}

h3 {
font-size:20px;font-family:宋体;color:#000000;line-height:150%;
}

h4 {
font-size:18px;font-family:宋体;color: #FF3300;line-height:150%;
}

h5 {
font-family: "宋体"; color: #000000;font-size: 16px;line-height:150%; font-weight:bold
}

h6 {
font-family: "宋体"; font-size: 14px; line-height:150%;font-weight:bold
}

p
{
       text-indent:2em;font-size:14px;font-family:"宋体"; 
       line-height：150%;
}
li
{
line-height：150%;

}