a{text-decoration: underline;} /* none链接无下划线,有为underline */ 
a:link {text-decoration:none;color: #000000;} /* 未访问的链接 */
a:visited {text-decoration:none;color: #000000;} /* 已访问的链接 */
a:hover{color: #FF0000; text-decoration:underline} /* 鼠标在链接上 */ 
a:active {text-decoration:none;color: #FF0000;} /* 点击激活链接 */
body {
	background-color : #ffffff;
	background-image : url(/images/bg2.gif);
	background-repeat : repeat-y;
	background-position : left;
}

.to {
	background-image : url(/images/bg1.gif);
	background-repeat : repeat-x;
}

.fo{
	background-image: url(/images/bg3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 55px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.ma{
	padding-left: 30px;
	padding-right: 40px;
}
.titles{
    font-size: 13px;
	color: #FFFFFF;


}