a:link       { color: black; text-decoration: none }
a:visited    { color: black; text-decoration: none }
a:active     { color: red; text-decoration: none }
a:hover      { color: red; text-decoration: none }

body {
	margin-top: 0px;
	font-size:12px;
	background-color: #CCC;
}
.txt_Title {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size:36px;
}
.table1{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
	border-right: 0px;
    border-bottom: 0px;
	width:1024px;
	}
	.table1 TD {
	    border-top: 1px solid #FFFFFF;
	    border-left: 1px solid #FFFFFF;
        border-right: 1px solid #000;
	    border-bottom: 1px solid #000;
		font-size:13px;
		padding-left:5px;
		height:25px;
	}
.text {
	font-size:13px;
	border:#CCC solid 1px;
	width:200px;
	height:25px;
}
.button {
	width:60px;
	height:25px;
}