
img{
	vertical-align: middle;
}

body{
	font-size: 14px;
}

h1{
	text-align: center;
}

.title{
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 700;
}

table{
	width: 95%;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}

table .bg th,
table .bg td{
	background: #EFEFEF;
}

table tr th{
	width: 100%;
	text-align: left;
	padding: 20px 10px;
	border: 1px solid #CCCCCC; 
	height: 10px;
	
}

table tr td{
	width: 140px;
	border-bottom: 1px solid #CCCCCC; 
	text-align: center;
	
	
}

table tr td a{
	display: block;
	width: 140px;
	color: #2b85c4;
	text-decoration: none;
	
}

table tr td a:hover{
	color: #FF0000;
}

table .date{
	background: #e4f1fa;
	text-align: center;
		
}