* {
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
	font-family: 'Montserrat', sans-serif;
	line-height:150%;
	font-size:100%;
}
*:not([id^="cookie"],[for^="cookie"]) {
	color:#333;
}
img {
	border: 0;
}
p,
div {
	font-weight: 200;
	color: #575b5c;
}
li {
	list-style: none;
}
h1 {
	font-size: 125%;
	margin-bottom: 10px;
}
h2 {
	font-size: 112.5%;
}
h3 {
	font-size: 95%;
}
a {
	text-decoration: none;
}
input[type=text],
textarea {
	border: solid 1px #CCC;
	padding: 3px;
	border-radius: 4px;
}
iframe {
	border: 0;
	overflow: hidden;
}
hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #CCC;
}