*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::before,
::after{
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	line-height: 20px;
	font-size: 100%;
}
p{
	line-height: 20px;
}
a
{
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: none;
	color: #8c2f2f;
}