body {
  font-family:Tahoma,Arial,Helvetica,sans-serif;
  font-size:13px;
  background-color:black;
  color:white;
  text-align:center;
}

.bodyNegative {
  font-size:13px;
  background-color:white;
  color:black;
}

.bodyNegativeBold {
  font-size:11px;
  font-weight:600;
  background-color:white;
  color:black;
}

.frontpage {
  background-color:black;
}

.fixed {
  font-family:Tahoma;
  /* font-family:Courier-New,Tahoma,Arial,Helvetica,sans-serif; */
  font-size:12px;
  text-align:left;
}

.wazzup {
  font-size:12px;
}

.header {
  font-size:15px;
  font-weight:600;
}

.headerNegative {
  font-size:15px;
  font-weight:600;
  color:black;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

.title {
  font-size:17px;
  font-weight:800;
}

.banner {
  font-size:24px;
  font-weight:800;
}

.bannerNegative {
  font-size:24px;
  font-weight:800;
  color:black;
}

.headline {
  font-size:42px;
  font-weight:800;
}

.headlineNegative {
  font-size:42px;
  font-weight:800;
  color:black;
}

.graphic {
  border-width:15px;
  /* border:15px; */
  /* border-thickness:1px; */
  border-color:white;
  border-style:dotted;
}

/*** Anchors (normal) ***/
a:link {
  color:white;
}

a:visited {
  color:white;
}

a:active {
  color:gray;
}

a:hover {
  color:gray;
  font-size:10px;
  text-decoration:line-through;
}

a:hover .graphic, a:active .graphic {
  /* border:10px; */
  /* border-thickness:2px; */
  border-color:white;
  border-style:dotted;
  font-size:10px;
  text-decoration:line-through;
}

/*** Anchors (negative) ***/
a.negative:link {
  color:black;
}

a.negative:visited {
  color:black;
}

a.negative:active {
  color:gray;
}

a.negative:hover {
  color:gray;
  font-size:10px;
  text-decoration:line-through;
}

a.negative:hover .graphic, a:active .graphic {
  /* border:10px; */
  /* border-thickness:2px; */
  border-color:black;
  border-style:dotted;
  font-size:10px;
  text-decoration:line-through;
}

.biz_link {
  font-size:20px;
  font-weight:bold;
}

#fullheight{height:100%}

table {
  border-style:solid;
  border-width:0px;
  background-color:black;
  border-color:white;
}

.tableNegative {
  border-style:solid;
  border-width:0px;
  background-color:white;
  border-color:black;
}

.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:white;
  background-color:black;
  color:white;
  font-size:12px;
  font-weight:normal;
  text-align:center;
}

.photocaption {
  font-size:11px;
  font-weight:bold;
  padding-left:0px;
}

.highlight {
  width: 75%;
  border: 3px solid;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.footer {
  font-size:10px;
}

.footerNegative {
  font-size:10px;
  color:black;
}

td {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

.heading {
  font-weight: bold;
  padding-top: 0px;
}

caption {
  font-size: 20px;
  font-weight: bold;
}

div {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
}
