table {
        table-layout: fixed; }

td { font-size:12px;
}
a:link {color:black; text-decoration:none}
a:visited {color:black; text-decoration:none}
a:hover {color:red; text-decoration:underline}

a.nav:link {color:white; text-decoration:none}
a.nav:visited {color:white; text-decoration:none}
a.nav:hover {color:red; text-decoration:underline}

a.new:link {color: #663300; text-decoration:none;font-size:10pt;}
a.new:visited {color: #663300; text-decoration:none;font-size:10pt;}
a.new:hover {color: #000000; text-decoration:underline;font-size:10pt;}

.news-padding { padding:8px; }

.img-border { border: 1 solid black }

.channel-img { float:left; margin-right:10px }

.textform {
	background-color: #FAE3A9;
	border: 1px solid #000000;
}

.button-style { background-color:#CAAF87; border: 1 solid black; }
.zhuchi-img {
    float:left;
	margin: 3px;
	border: 1px solid #A05110;
}
.tbl-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #463000;
	border-right-color: #463000;
	border-left-color: #463000;
	height:auto;
	overflow:auto;
}
.td-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #463000;
	font-size:12px;
	height:auto;
	overflow:auto;
}