﻿body{
background:url(images/background.jpg) no-repeat scroll top center;
margin:0;
padding:0; 
font-size:12px;
font-family:"Lucida Grande",Verdana,"宋体",Lucida,Arial,Helvetica,sans-serif;
}

a:link{
color:#FFF;
text-decoration:underline;
}
a:visited{
color:#FFF;
}
a:hover{
color:green;
}
a:active{
color:#FFF;
}

/*对齐方式*/
.right{
float:right;
}

.left{
float:left;
}

.textright{
text-align:right;
}

.textleft{
text-align:right;
}

.textcenter{
text-align:center;
}

.clear{
clear:both;
}

/*字体样式*/
.arial{
font-family:Arial;
}

.under{
text-decoration:underline;
}

h1,h2,h3,h4{
margin:0;
padding:0;
}

/*图片样式*/
img{
border:0;
}

img.border{
border:3px solid #FFF;
}

/*文本样式*/
p{
text-indent:2em;
margin:0;
padding:0;
}

.space{
text-indent:2em;
}

#text{
text-align:justify;
text-justify:inter-ideograph;
white-space:normal;
line-height:150%
}

/*页码*/
.pages{
width:23px;
height:23px;
position:absolute;
top:603px;
left:869px;
color:#FFF;
_top:708px;
}

/*列表*/
ul{
margin:0;
padding:0;
}

ul li{
list-style:none inside;
margin:0;
padding-left:2em;
}


li{
list-style:disc inside;
margin:0;
padding:0;
}

.italic{
font-style:italic;
}