.ti {
	font-size: 16px;
	color: #424242;
	display: inline;
	position: fixed;
	bottom: 20px;
	left: 20px;
}

.name {
	float: left;
	padding: 3px;
	font-size: 18px;
	margin-bottom: 10px;
}

.dl {
	float: right;
	padding: 4px;
	font-size: 10px;
}

.dl a {
	float: right;
	padding: 4px;
	font-size: 10px;
	color: white;
	text-decoration: none;
}

.dl a:hover {
	float: right;
	padding: 4px;
	font-size: 10px;
	color: white;
	text-decoration: underline;
}

.font {
	display: block;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: white;
	background-color: #a9a9a9;
	margin-top: 30px;
}

img {
	border: none
}

html {
	background-color: whitesmoke;
	font-family: Georgia, "Times New Roman", Times, serif;
}