body {
	background-color: Background;
	color: Black;
	font-size: 8pt;
}
a, a:active, a:focus, a:link, a:visited {
	color: White;
}
a:hover {
	color: Red;
}
h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}


table {
	text-align: justify;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	background-color: #8FBC8F;
}
  
td {
	color: #000000;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 8pt;
	background-color: #8FBC8F;
}
  
th {
	color: Black;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 8pt;
	background-color: #FF8C00;
}