body, html {
  color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
  text-decoration: none;
  background: #888888;
  overflow: auto;
  }

a {
  color: #777777;
  font-family: Tahoma;
  font-size: 10pt;
  text-decoration: none;
  }

a:hover {
  color: #BBBBBB;
  font-family: Tahoma;
  font-size: 10pt;
  text-decoration: none;
  }

#centering {
  border: 1px solid #666666;
  background: #DDDDDD;
  height: 100%;
  width: 76%;
  margin-left: 12%;
  margin-right: 12%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  }

#header {
  border: 1px solid #666666;
  background: #888888;
  height: 200px;
  width: 100%;
  font-family: Tahoma;
  font-size: 72pt;
  color: #880000;
  }

#navbar {
  background: #FFFFFF;
  height: auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  }

table {
  width: 100%;
  }

tr {
  width: 100%;
  }

td {
  width: 20%;
  text-align: center;
  }

a.navbar {
  text-align: center;
  color: #777777;
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  }

a.navbar:hover {
  text-align: center;
  color: #BBBBBB;
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  }

#text {
  color: #000000;
  font-family: Tahoma;
  font-size: 10pt;
  text-decoration: none;
  background: #FFFFFF;
  height: 100%;
  padding: 5px;
  } 

#copyright {
  color: #777777;
  font-family: Tahoma;
  font-size: 7pt;
  padding: 0px;
  margin: 0px;
  height: 15px;
  margin-top: 5px;
  text-align: center;
  }