@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body { font-family: Roboto, sans-serif;
	font-size: 14pt;
	line-height: 140%;
	padding: 0px 30px 0px 30px;
}
table {
	font-family: Roboto, sans-serif;
	font-size: 14pt;
	line-height: 140%;
}
p { font-family: Roboto, sans-serif;
	font-size: 14pt;
	font-weight: 400;
	line-height: 140%;
	text-align: justify; }
dt { font-family: Roboto, sans-serif;
	font-size: 14pt;
	line-height: 140%;
	font-weight: bold;
	text-align: justify; }
dd { font-family: Roboto, sans-serif;
	font-size: 14pt;
	line-height: 140%;
	text-align: justify; }
li { font-family: Roboto, sans-serif;
	font-size: 14pt;
	line-height: 140%;
	text-align: justify; }
h1 { font-family: Roboto, sans-serif;
	font-size: 20pt;
	font-weight: 800;
	color: rgb(51,76,76);
	padding-top: 18pt;
	text-align: center; }
h2 { font-family: Roboto, sans-serif;
	font-size: 18pt;
	font-weight: 600;
	color: rgb(128,0,0);
	padding-top: 18pt;
	text-align: left;
	position: relative;
	left: -25px;
}
h3 { font-family: Roboto, sans-serif;
	font-size: 16pt;
	fone-weight: 500;
	color: rgb(102,153,153);
	padding-top: 18pt;
	text-align: left;
	position: relative;
	left: -15px;
}
tt, pre {
	font-family: "Roboto Mono", Consolas, Courier, monospace;
	font-size: 14pt;
	line-height: 140%; }
tt a:link, pre a:link {
	text-decoration: none;
}
tt a:hover, pre a:hover {
	text-decoration: underline;
}
a:hover {color : #CC0000;}
.noline {text-decoration: none}
