body,td,th{
  color: #FFFFFF;
  font-weight: bold;
}
body {
  background-color: #2B2B2B;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.center2 {
  margin: auto;
  width: 60%;
  padding: 10px;
  background-color: #000000;
}
.center {
  margin: auto;
  width: 60%;
  padding: 10px;
}
.indent {
    text-indent: 30px;
}
.header {
  font-size: 28px;
}
a:link { text-decoration:underline; font-weight:bold; color:#FFFFFF;}
a:visited { text-decoration:underline; color:#FFFFFF; }
a:hover { text-decoration:underline; color:#FFFFFF;}
a:active { text-decoration:underline; }