@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

html {
    background-color: #ffffff;
    Font-size: 62.5%
}

body {
	font-size: 1.60rem;

	font-weight: 400;
	color: #000000;
	font-family: 'Merriweather', serif;
}

.smallprint      { 

} 

a:link, a:visited {
    color: #3731e9;
	border-bottom: 1px solid #c4c2f8;
  	text-decoration: none;

}

a:hover {
	color: #8783f2;
	border-bottom: 1px solid #e2e1fc;
  	text-decoration: none;

}

p, dl, hr, h1, h2, ol, ul, pre, table, address, fieldset {

}

h1 {
	font-size: 6.00rem;
	line-height: 1.00em;
	font-weight: 400;
	color: #000000;
	font-family: 'Merriweather', serif;
}

h2 {
	font-size: 3.20rem;
	line-height: 1.00em;
	font-weight: 400;
	color: #000000;
	font-family: 'Merriweather', serif;
}

img 
{ 
    border: none; 
}

.panel_with_padding
{     
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px; 
	border-style:Solid;
	Border-Color:#ffffff;
	Border-Width:8px;

	margin-top:0pt;
	margin-bottom:0pt;
 }