
a:link { font-weight:bold; color:black; text-decoration:none; }
a:visited { font-weight:bold; color:212121; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:red; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }

ul.lightbox li {
  list-style-type:none;
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  -moz-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
}

ul.lightbox li:target {
  width: 100%;
  height: 100%;
  opacity: 1;
}

ul.lightbox li:target a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -315px 0 0 -415px;
  border: 15px solid #fff;
  -moz-box-shadow:0 1px 8px #000000;
  -o-box-shadow:0 1px 8px #000000;
  -webkit-box-shadow:0 1px 8px #000000;
}

body {
  border:  none;
  font-size: 14px;
  background-color: #680F0F;
  font-family: Arial,Helvetica,sans-serif;
  color: #FFFFFF;
  
}
td {
  border:  none;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #FFFFFF;
  color: #000000;
}
p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  color: #000000;
}
h1 {
  font-family: HelvCondensed,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #660000;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #c2ced1;
}
h3 {
  font-family: HelvCondensed,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
}

