@CHARSET "UTF-8";

/**** 总体页面样式定义 ****/

body {
	text-align: center;
	color: #000d9a;/*默认字体颜色*/
	margin: 0;
	padding: 0;
	background: url(../images/top/bj.gif) top left repeat-x;/*页面顶部背景色*/
}

.lanse {
	font-size: 12px;
	color: #000d9a;
}

.huise {
	font-size: 12px;
	color: #808080;
}

.baisezi {
	font-size: 12px;
	color: white;
}

.hongsezi {
	font-size: 12px;
	color: #FF0000;
}

.zhonglanse { 
	font-size: 12px;
	#border: 2px solid #000099;
}

a {
  	text-decoration: none;
   	color: #000d9a;
}

a:hover {
	color: #ff0000;
	position: relative;
	top: 1px;
	left: 1px;
}

a img {
	border:none;
}
