#link {
	text-align: center;
	margin:0 auto 0 auto;
	padding: 0px auto;
}
#link ul {
	width:700px;
	margin:0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#link li {
	text-align: center;
	width: 162px;
	height: 68px;
	margin: 5px;
	padding: 3px;
	float: left;
	position: static;
	border:1px dotted #ccc;
	overflow:hidden;
}

html>/**/body #link li {
	text-align: center;
	width: 160px;
	height: 60px;
	margin: 3px;
	padding: 3px;
	float: left;
	position: static;
	border:1px dotted #ccc;
	overflow:hidden;
}

#link .tiview {
	background:#184994;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	padding: 2px;
	width:700px;
	margin: 3px;
	height: 24px;
}
#link li.tclear{
	clear: both;
}
#link .comm{
	margin:0;
	padding:0;
	font-size:10px!important;
}

A:link { text-decoration: none ;color:#990000;}
A:visited { text-decoration: none ;color:#990000;}
A:active { text-decoration: none ;color:#000099;}
A:hover { color: #000000; text-decoration:none ;}