body,html {
  background: green;
}

a {
  color: green;
}

img {
  border: 0px;
}

div#content {
  background: #DDDDDD;
  padding: 1em;
  text-align: left;
  margin-bottom: 0.5em;
}

div#everything {
  background: #ffffff;
  text-align: center;
  margin-left: 10em;
  margin-right: 10em;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.schoolhead{
  margin-top: 1em;
  text-align: center;
  background: green;
  color: white;
  font-weight: bold;
  padding: 0.2em;
}

div#copyright{
  color: #999999;
  font-size: 9pt;
}

div.tis{
  margin-top: 1em;
  text-align: left;
  background: #70db93;
  color: black;
  font-weight: italic;
  padding: 0.2em;
  margin-right: 2em;
  margin-left: 2em;
}

div.tis_contents{
  text-align: left;
  padding: 0.2em;
  margin-right: 3em;
  margin-left: 3em;
  font-size: -1;
}