header {
	width: 100%;
	height: 80px;
	background-color: #464646;
}
header .menudiv {
	width: 1000px;
	height: 100%;
	margin: 0px auto;
}
header .menudiv h1 {
	float: left;
	line-height: 80px;
}
header .menudiv h1 a {
	color: #CBC4C4;
	transition : all 0.2s linear 0s;
}
header .menudiv h1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
header .menudiv ul {
	margin-left: 300px;
}
header .menudiv li {
	float: left;
	font-size: 30px;
	width: 100px;
	text-align: center;
	line-height: 80px;
	font-weight: bold;
}
header .menudiv li a {
	color: #CBC4C4;
	transition : all 0.2s linear 0s;
}
header .menudiv li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
header .menudiv .headpic {
	width: 80px;
	height: 80px;
	float: right;
}
header .menudiv .headpic img {
	border-radius: 50%;
}

footer {
	width: 100%;
	height: 50px;
	border-top: 1px solid #B2B2B2;
	clear: both;
}
footer p {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
footer p span {
    font-family: 'Arial';
}

.blogContent p {
	text-indent: 34px;
	line-height: 40px;
}

.blogContent p img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.blogContent pre {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EDEDED;
	width: 90%;
	margin: 0px auto;
	border-radius: 10px;
	font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    font-size: 14px;
    line-height: 20px;
	white-space: pre-wrap;
}