html, body {
	color: #1B2437;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 100vh;
	line-height: 21px;
}

fieldset { border: 0; margin: 0; padding: 0; }

p { margin: 0 0 8px 0; }

a, .linkStyle { color: #<<$linkCol>>; text-decoration: none; }
a:hover, .linkStyle:hover { cursor: pointer; text-decoration: underline; }

* { margin: 0; padding: 0; }
h1, h2, h3 {
  color: #444;
  /* font-family: 'Source Sans Pro', sans-serif; */
}
h1 { font-size: 26px; font-weight: normal; line-height: 38px; }
h2 { font-size: 20px; font-weight: 600; line-height: 22px; margin-bottom: 10px; }
h3 { font-size: 16px; line-height: 20px; margin-bottom: 10px; }
h3 a { text-decoration: none; }
h4 { color: #555; font-size: 14px; }

ul { margin-left: 20px; margin-bottom: 20px; }
ol { margin-left: 20px; margin-bottom: 20px; }
li { line-height: 23px; }

fieldset{
    border: 0;
    padding: 0;
    margin: 0;
}

p{ margin-bottom:8px; }

a, .linkStyle{
	color:#<<$linkCol>>;
	text-decoration:none;
}

a:hover, .linkStyle:hover{
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	font-size: 26px;
	line-height: 38px;
	font-weight: normal;
	color: #444;
	/* font-family: 'Source Sans Pro', sans-serif; */
}

h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 10px;
	color: #444;
	/* font-family: 'Source Sans Pro', sans-serif; */
}

h3 {
	font-size: 16px;
	margin-bottom:10px;
	line-height: 20px;
	/* font-family: 'Source Sans Pro', sans-serif; */
}

h3 a {
	text-decoration: none;
}

h4 {
	color: #555555;
	font-size: 14px;
}
