BODY {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

TD, P, DL, UL {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

DL, UL {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

TH {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}

DT {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

P.justify {
	text-align: justify;
}

A:link {
	color: blue;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: red;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: blue;
	font-family: trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: red;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

H1 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 35pt;
	font-weight: bold;
	text-decoration: none;
}

H2 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	text-decoration: none;
}

H3 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

H4 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

/* https://stackoverflow.com/a/59344765 */
HR {
  color: #ddd;
  background-color: #ddd;
  height: 1px;
  border: none;
  max-width: 100%;
}
