body {
  font: normal 12pt times, "Times New Roman", batang, serif;
  color: black;
  background-color: green;
  text-decoration: none }

h1 {
  font: bold 18pt verdana, helvetica, arial, sans-serif;
  text-align: center;
}

.em {
  font: bolder 34pt Verdana, Helvetica, Arial, sans-serif;
  color: yellow;
  background-color: green;
}

a:link img, a:visited img {border-style: none}
a img {
  color: white;
  background-color: green;
} /* The only way to hide the border in NS 4.x */

.centered { text-align: center; }
.centered-table {
  margin-left: auto;
  margin-right: auto;
}

