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

H2 {
  color: #000011;
  font-family: Arial;
  font-size: 16pt;
  font-weight: bold;
}

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

H4 {
  color: #000011;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

P {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}

B {
  font-weight: bold;
}

TD {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}

.white {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}

.veggie {
  color: #009966;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

A {
	color: #568951;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #568951;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

A:active {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCB9B;
}

A:hover {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #000011;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #CCCB9B;
	scrollbar-arrow-color: #000000;
	background-color: #FFFFFF;

//
