H1 {
  color: green;
}

.greencell {
  border-top: thin lime groove;
  background-color: #EcFFEc;
  border-right: thin lime groove;
  border-bottom: thin lime groove;
  border-left: thin lime groove;
}

BODY {
	background-image: url(graphics/sjlogo.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #ffffef;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

H2 {
  color: green;
}

.collect {
  color: green;
  font-style: italic;
}
.rightfloat {
	float: right;
	width: 220px;
	margin: 5px;
}

