@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
h1 {
    color: #005596;
    font-family: 'Merriweather',serif;
	font-weight:bold;
	font-size:30px;
}
h2 {
    color: #005596;
    font-family: 'Merriweather',serif;
	font-weight:bold;
	font-size:25px;
}
h3 {
    color: #000000;
    font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:20px;
}
body {
	font-family:Lato, sans-serif;
	font-size:15px;
}