﻿@charset "utf-8";
/* CSS Document */
/*
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }  
*/
body {
overflow-x: hidden;
border:none;
font-family: Arial, sans-serif, "Times New Roman", "宋体", "黑体";
font-size: 12px;
color:#474747;
margin: 0; 
padding: 0;
text-align: left; 
background: url(../images/bg.jpg);
background-position: center top;
background-attachment: fixed;

}

img {border:none}


div,form,ul,ol,li,span,p {
	border: 0;
	margin: 0;
	padding: 0;
	color:#474747;
	line-height: 200%;
}
td {line-height: 200%;}
a:link {
color: #474747;
text-decoration: none;
}

a:visited {
color: #474747;
text-decoration: none;
}

a:hover {
color: #039;
text-decoration: underline;
}

li span{
float: right;/*使span元素浮动到右面*/
text-align: right;/*日期右对齐*/
margin-right:8px;
}

h2 span{
float: right;/*使span元素浮动到右面*/
text-align: right;/*日期右对齐*/
margin-right:8px;
font-weight:100;
}