body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;

}


ol,
ul {
	list-style: none;
}


a {
	font-size: 14px;
	color: #5e5e5e;
	font-weight: normal;
	
}
a:hover {
	font-size: 14px;
	color: #21759b;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}