body {
  background-color: rgb(80,80,80);
  background-image: url("tetrisbg.png");
  background-repeat: repeat-y;
  color: rgb(150,150,150);
  font-family: helvetica, arial, sans-serif;
  margin-right: 0;
  margin-left: 120px;
}

a:link, a:visited, a:active {
  text-decoration: underline;
  color: rgb(200, 200, 200);
}

a:hover {
  text-decoration: none;
  color: rgb(200,200,200);
}

h1, h2 {
  color: rgb(200,200,200);
  padding: 0;
  margin: 0;
  border: 0;
}

h1 {
  text-align: center;
}

h2 {
  font-family: monospace;
  letter-spacing: 0.1em;
}

p {
  margin: 0;
  margin-bottom: 1em;
}

img {
  border-style: solid;
}

#sectionbox {
  border: solid 1px;
  background-color: rgb(50,50,50);
  border-color: rgb(150,150,150);
  margin: 1em;
  padding: 0.5em;
  margin-right: 0;
  border-right: 0;
  margin-left: 0.5em;
}

#hilight {
  text-decoration: none;
  color: rgb(200,200,200);
}

#legal {
  color: rgb(40,40,40);
  font-size: xx-small;
  text-align: center;
  padding-top: 2em;
}

