.a {
	font-size: 12px;
	line-height: 24px;
}
#1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-image: url(images/back.jpg);
}
body,td,th {
	font-size: 13px;
}
.style1 {color: #000000}
.style2 {
	font-size: 5px;
	color: #FF3300;
}
.style3 {font-size: 9px}
.style4 {color: #FF3300}
.style5 {font-size: 3px; }
.style6 {font-size: 4px; }
.style7 {font-size: 5px; }
.style8 {color: #FFFFFF}

/*全局*/
a{text-decoration: none;color: #000000;}
a:hover{text-decoration: none;color: #FF0000;}

/*定义一个类，比如栏目是menu*/
.menu{font-family: Arial, Helvetica, sans-serif;font-size: 13px;}
.menu a {color: #FFFFFF;}
.menu a:hover {color: #FFFF00;}

