*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

body{
	background: #ffffff;
	font-family: 'Times', Times, serif;
	font-size: 16px;
	line-height: 1.45em;
}
