/* Headings */

h1, .heading-1 {

	color: #204198;

	font-size: 19px;
	font-weight: bold;

}

h2, .heading-2 {

	color: #204198;

	font-size: 19px;
	font-weight: bold;
	
}

h3, .heading-3 {

	color: #204198;

	font-size: 17px;
	font-weight: bold;
	
}

h4, .heading-4 {

	color: #204198;

	font-size: 16px;
	font-weight: normal;
	
}

/* --- */

/* Paragraphs */

p, .paragraph {

	font-size: 13px;
	
	color: #515151;
	
}

/* --- */

/* Links */

a, .link {

	color: #0bA94A;
	
	font-weight: bold;
	
	text-decoration: underline;
	
}

a:hover, .link:hover {

	color: #68090C;

}

a:visited, .link:visited {

	

}

a:active, .link:active {

	

}