/*页面常规样式*/
body{background-color:#B5DEFF
}
*{font-size:14px; color:#000000; line-height:20px; font-family:Arial, Helvetica, sans-serif;}

/*链接 默认*/
a:link {  color: #014087; text-decoration: none;}
a:visited {color: #014087; text-decoration: none;}
a:hover {  color: #014087; text-decoration: none;}
a:active {COLOR: #014087; text-decoration: none;}
/*链接 灰色*/
a.light_gray_a:link {  color: #918E8E; text-decoration: none;}
a.light_gray_a:visited {color: #918E8E; text-decoration: none;}
a.light_gray_a:hover {  color: #FFFFFF; text-decoration: none;}
a.light_gray_a:active {COLOR: #918E8E; text-decoration: none;}
white_a
/*链接 白色*/
a.white_a:link {  color: #FFFFFF; text-decoration: none;}
a.white_a:visited {color: #FFFFFF; text-decoration: none;}
a.white_a:hover {  color: #FFFFFF; text-decoration: none;}
a.white_a:active {COLOR: #FFFFFF; text-decoration: none;}
.xiala_a {
	font-size: 12px;
	text-align: left;
}

