BODY {
  font-family: BentonSansRE,Verdana,sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  background: white;
}

H1 {
  font-size: 28px;
}

A {
  background: white;
  color: blue;
  text-decoration: underline;
}

A:hover {
  color: red;
  background: white;
  text-decoration: underline;
}

.center {
  text-align: center;
}


.lrcentered {
  text-align: center;
}

.left {
  text-align: left;
}

.black {
  background: black;
}

.pink {
  background: pink;
  text-align: center;
}

