.info {
	width: 344px;
	margin: 200px auto 0 auto;
	text-align: center;
	font-family: courier, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 15px
}

a {
		color: #333;
		text-decoration: none;
}

a:hover {
	color: blue;
}
hr {
	margin: 40px 0;
	height: 1px;
	padding: 0;
	height: 1px;
	border: 0;
	color: #dfdfdf;
	background: #dfdfdf;
}
