@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


html, body {
	font: normal 13px/1.25 "Roboto", Arial, sans-serif;
	color: #292929;	
	background: #fefefe;	
}

strong, b { font-weight: 700; color: #4b4b4b; }
em { font-weight: 400; }
p {-webkit-hyphens: auto;-webkit-hyphenate-limit-before: 3;-webkit-hyphenate-limit-after: 3;-webkit-hyphenate-limit-chars: 6 3 3;-webkit-hyphenate-limit-lines: 2;-webkit-hyphenate-limit-last: always;-webkit-hyphenate-limit-zone: 10%;-moz-hyphens: auto;-moz-hyphenate-limit-chars: 6 3 3;-moz-hyphenate-limit-lines: 2;-moz-hyphenate-limit-last: always;-moz-hyphenate-limit-zone: 10%;-ms-hyphens: auto;-ms-hyphenate-limit-chars: 6 3 3;-ms-hyphenate-limit-lines: 2;-ms-hyphenate-limit-last: always;-ms-hyphenate-limit-zone: 10%;hyphens: auto;hyphenate-limit-chars: 6 3 3;hyphenate-limit-lines: 2;hyphenate-limit-last: always;hyphenate-limit-zone: 10%;}


a { color: #3d62bd; text-decoration: none; border-bottom: 1px solid #d8dee9; }
a:hover { text-decoration: none; color: #B11116;; }
span.nobr { white-space: nowrap; }
a.aimg { border-bottom: none; color: #fefefe; }

hr { border-bottom: 1px solid #bbb; margin: 1rem 0; padding: 0; }

h5 { line-height: 1.5rem; }

.chain p { text-align: center; margin-top: 1rem; }

.basement { margin: 1rem 0 0 0; padding: 2rem; background: #f8f8f8; }
.basement h4 { font-family: 'Lora', serif; color: #888; font-weight: 700; margin: 1rem; padding: 0; text-align: center; }
.basement hr { margin: .5rem 0; }
.basement p { margin: 1rem; padding: 0; }