H1 {
  color: #008000;
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
}

H2 {
  color: #008000;
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
}

H3 {
  color: #008000;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

H4 {
  color: #008000;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
}

P {
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
}

B {
  font-weight: bold;
}


TD {
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
}

A {
	color: #008000;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;

}

A:visited {
	color: #00A400;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;

}

A:active {
	color: #FFFFFF;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #008000;
}

A:hover {
	color: #FFFFFF;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #008000;
}

body {
	scrollbar-face-color: #008000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #8BFE85;
	scrollbar-3dlight-color: #00A400; 
	scrollbar-darkshadow-color: #336600;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #FFFFFF;
}
