.btn {
	font-size: 12px;
	color: #000000;
}
.style2 {font-size: 12px}
h1 {margin:0; font-size:12px; }

.tai{color:#0099FF;
		font-size:45px;
		font-weight:bold;
		text-align:center;
		border: 1px solid black;
		}
.wrapper {
	width: 717px;
	margin: 0 auto;
	background: #fff;
}
.text {
	width: 589px;
	float: left;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;

}
.nav {
	width: 128px; 
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.none {
	display: none;
}
ul {
	margin: 0;
	padding: 0;
}
ul li{
	list-style-type: none;
}
ul li a {
	margin: 15px 0;
	display: block;
	font-size: 13px;
}
.footer {
	clear: both;
	color: #000;
	border: 1px solid black;
	text-align: center;
}