a:visited{
color:rgba(255, 255, 255, 1);
text-decoration:none;
}
#blogTitle{
height:70px;
background:#111;
clear:both;
}
#navigator {
	background-color: #000;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
}
body {
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
#navList a {
	display: block;
	padding: 0 1.5em;
	height: 40px;
	font-family: "微软雅黑";
	float: left;
	font-size: 1.2em;
	text-align: center;
	transition-duration: 0.3s;
}
#mainContent .forFlow {
	margin-left: 30em;
	float: none;
	width: auto;
}
#mainContent {
	min-height: 200px;
	padding: 0 0 10px 0;
	padding-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	float: right;
	margin-left: -290px;
	width: 100%;
}