﻿#content {
	width: 100%;
	margin:60px 0 0 0;
	padding:0;
}

#content table {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

#content table th{
	background: #168ef4 left top;	
}

#content table td{
	border-top:1px solid #999;
	border-left:1px solid #999;
	vertical-align:top; 
	color: rgb(0, 62, 133);
    font-family: "微软雅黑";
	font-size:14px;	
}

#content table ul li{
	line-height: 25px;
	font-size: 12px;
	color: rgb(0, 62, 133);	
}

#content table a{
    font-size: 12px;
    color: gray;
}