@font-face {
  font-family: 'Rules';
  src: url(fonts/Rules-Regular.woff) format('woff');
}

body {
	font-family: 'Rules', sans-serif;
	font-size:20px;
	line-height: 130%;
	font-weight: normal;
	background-color: #ffffff;

}

p {
	margin-top: 0px;
	color: #858585;
}

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

li {
	list-style-type: none;
	margin: 0px;
	color: #858585;
}


a:hover {
	color: #000000;
}

.container {
	max-width: 600px;
		padding: 21px;
}




