@charset "utf-8";

table {
	width: 99%;
	margin: 6px auto;
}

tr {
	height: 35px;
}

td {
	font-size: 13px;
	border: 1px solid #ccc;
}

td,
td a {
	font-family: "Tahoma","Leelawadee UI","SimSun","宋体","\5B8B\4F53","Microsoft Yahei","微软雅黑","\5FAE\8F6F\96C5\9ED1",sans-serif;
}

td.category {
	width: 10%;
	text-align: center;
}

a {
	color: #222;
	margin: 8px 10px 8px 0;
	text-decoration: none !important;
}

a:hover {
	color: #f60;
	text-decoration: underline;
}

.form {
	width: 99%;
	margin: 0 auto;
}

