﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://www.w3schools.com/w3css/4/w3.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color: dimgray;
	margin-top: 16px;
	margin-bottom: 16px;
}
p {
	line-height: 1.50;
}
strong {
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	color: black;
}
a {
	color: dimgray;
	text-decoration: none;
}
	a:hover {
		color: #6699FF;
	}

	a:active {
		color: steelblue;
	}
