body {
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  background-color:black;
  color:white;
  text-align:center;
}

a:link {
  color:#00DD00;
}

a:active {
  color:#00FF00;
}

a:visited {
  color:#00BB00;
}

a.biz_link {
  font-size:16px;
  font-weight:bold;
}

td.biz_heading {
  font-size:16px;
  font-weight:bold;
  color:white;
  background-color:#2A2A2A;
  text-align:center;
  height:42px;
  vertical-align:middle;
}
td.biz_twitter {
  text-align:center;
  background-color:#2A2A2A;
  /* height:69px; */
  vertical-align:top;
}
td.biz_bottom {
  text-align:center;
  background-color:white;
  height:142px;
  vertical-align:top;
}

table {
  border-style:solid;
  border-width:0px;
  border-color:white;
}

.notice {
  border-style:solid;
  border-width:1px;
  border-color:white;
  font-size:20px;
  font-weight:bold;
}

.narration {
  border-style:solid;
  border-width:1px;
  border-color:gray;
  background-color:white;
  color:black;
  font-size:12px;
  font-weight:normal;
  text-align:center;
}

.banner {
  border-style:solid;
  border-width:0px;
  border-color:white;
  background-color:white;
  color:black;
  font-size:12px;
  font-weight:normal;
  text-align:left;
}
.bannerInverse {
  border-style:solid;
  border-width:0px;
  border-color:black;
  background-color:black;
  color:white;
  font-size:12px;
  font-weight:normal;
  text-align:left;
}

div.divTest {
  background-color: yellow;
}

ul.NoBullet {
  list-style-type: none
}

.footer {
  font-size:10px;
}

.footerInverse {
  background-color:white;
  color:black;
  font-size:10px;
}

.geekTerminal {
  font-family: Monospace, Terminal, Fixedsys, System;
  background-color:#111111;
  color:green;
  font-size:12px;
}

.footerGeekTerminal {
  font-family: Monospace, Terminal, Fixedsys, System;
  background-color:black;
  color:green;
  font-size:10px;
}

img.topPad {
  position: relative;
  left: 0px;
  top: 0px;
  padding-left: 0px;
  padding-top: 5px;
}
