/** These styles are used in the backend editor AND in your Theme. **/
h1 {
	color: #6d6e71;
	font-family: Lato-Black;
	font-size: 32px;
}
a, p, td {
	color: #636363;
	font-family: Lato-Regular;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}
a {
	text-decoration: blink;
}
@media screen and (max-width: 29.9999em) {
	a, p, td {
		font-size: 17px;
	}
}