/* offer.html */

body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000; /* color text */

}

body {
  margin:0;
  padding:0;
  background-color: #ffffff;
  background-image: url(background.jpg);

}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 80%;
  color: #000066;
} 

.style1 {
  font-size: 28px;
  color: #FF0000;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.style3 {font-weight: bold; color: #FF0000;}
.style5 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 4px;
}
.style6 {
  font-size: 18px;
  font-weight: bold;
  color: #FF0000;
}

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

.style8 {
color: #FFFFFF
}
