/* offer.html */

body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
/* border: 1px solid white; */
}

body {
  background-color: #000066;
}

.spmp {
  display: none; /* -space */
  line-height: 0px;
}

h1.hth {
/*visibility: hidden; /* +space */
  display: none;
  line-height: 0px;
} 

/* page <h1 class = "hth">Key Phrase</h1><br>*/
/* <img src = "images/picture-of-keyphrase.jpg" alt = "keyphrase"> */

.Normal {
  font-size: 12.0pt;
  font-family: Times New Roman;
}

.style1 {
  font-size: 24px;
  color: #FF0000;
  font-weight: bold;
}

.style3 {font-weight: bold; color: #FF0000;}
.style5 {font-size: 30px}
.style6 {
  font-size: 18px;
  font-weight: bold;
  color: #FF0000;
}

.style7 {
  font-size: 18px;
  font-weight: bold;
  color: #0000FF;
}

.style8 {
  color: #FFFFFF;
}

a {
  text-decoration: none;
}

a:hover {
  color: red;
  font-family: Arial;
  position: relative;
  left: 1px;
  top: 1px;
  clip: rect(   );
}