@charset "utf-8";
/* CSS Document */
body {
    margin:0px;
	background:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

table {font-size:12px;
color:#DBF8FC;
line-height:25px;
}

.text{ background:transparent;
border:0px;
width:154px; height:20px;
}
.white { color:#FFFFFF;}

.title {
color:#DBF8FC;
font-size:18px;
font-family:"微软雅黑", "黑体", "宋体";
}

a:link {
	text-decoration: none;
	color: #DBF8FC;
}
a:visited {
	text-decoration: none;
	color: #DBF8FC;
}
a:hover {
text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color: #DBF8FC;
}