body {
  font-family:Tahoma,Arial,Helvetica,sans-serif;
  font-size:13px;
  background-image: url(./images/joe_background.jpg);
  background-color:white;
  color:black;
  text-align:center;
}

.frontpage {
  background-color:white;
}

.fixed {
  font-family:Tahoma;
  /* font-family:Courier-New,Tahoma,Arial,Helvetica,sans-serif; */
  font-size:12px;
  text-align:left;
}

.title {
  font-size:17px;
  font-weight:800;
}

.header {
  font-size:15px;
  font-weight:600;
  text-align:center;
}

.graphic {
  border-width:15px;
  /* border:15px; */
  /* border-thickness:1px; */
  border-color:black;
  border-style:dotted;
}


a:link {
  color:black;
}

a:visited {
  color:black;
}

a:active {
  color:gray;
}

a:hover {
  color: black;
  font-size:111%;
  text-decoration:line-through;
}

a:hover .graphic, a:active .graphic {
  /* border:10px; */
  /* border-thickness:2px; */
  border-color: black;
  border-style: dotted;
  font-size:111%;
  text-decoration:line-through;
}

.biz_link {
  font-size:20px;
  font-weight:bold;
}

table {
  border-style:solid;
  border-width:0px;
  border-color:black;
}

.notice {
  border-style:solid;
  border-width:1px;
  border-color:black;
  font-size:20px;
  font-weight:bold;
}

.narration {
  border-style:solid;
  border-width:1px;
  border-color:black;
  background-color:white;
  color:black;
  font-size:12px;
  font-weight:normal;
  text-align:center;
}

.photocaption {
  font-size:11px;
  font-weight:bold;
  padding-left:15px;
}

.highlight {
  width: 75%;
  background: white;
  border: 3px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align:center;
}

.highlight2 {
  /* width: 50%; */
  background: white;
  border: 3px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer {
  font-size:10px;
}

td {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1em;
  padding-right: 1em;
}

.heading {
  font-weight: bold;
  padding-top: 2em;
}

caption {
  font-size: 20px;
  font-weight: bold;
}

div {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
