﻿/*************************************
Author: Haibo GU Ghbjy1128@Gmail.com
Development by: Chinasky.net
Last updated: 07/3/9
*************************************/
 
@import url("index.css");       /*  首页样式    */
@import url("sub.css");         /*  内页样式    */
@import url("footnav.css");     /*  底部菜单样式    */

*{padding:0; margin:0;}

a{text-decoration:none; color:#787875;}
a.aa{text-decoration:underline;}
a.aa:hover{text-decoration:underline;}
a:hover{ color:#0A559D;}
img,a img{border:0;}
ul, li, dl, dt, dd{list-style:none;}
.both{
	clear:both;
	height:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
input,textarea {border:0px;color:#787875;font-family:Arial;}
select {color:#787875;font-family:Arial;}
body{font-family:Tahoma, Verdana; font-size:12px; color:#787875; background:#FFF  url(../images/pagerOnePx.gif) top repeat-x;}
/* 整体样式 END */