html {
  font-size: 15px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  }
body {
  background-image: url("images/header/bg.gif");
  background-color: #9999ff;
  margin: 0px;
  }
table td, table th {
    padding: 0;
  }
table {
  display: table;
  border-style: none;
  border-collapse: collapse;
  border-spacing: 0px;
  }
a:active {
  color: Blue;
  text-decoration-line: none;
  }
a:link {
  color: Blue;
  text-decoration-line: none;
  }
a:visited {
  color: Blue;
  text-decoration-line: none;
  }
a:hover {
  color: #9999ff;
  text-decoration-line: none;
  }
a.hlink:active {
  color: White;
  text-decoration-line: none;
}
a.hlink:link {
  color: White;
  text-decoration-line: none;
}
a.hlink:visited {
  color: White;
  text-decoration-line: none;
}
a.hlink:hover {
  color: #9999ff;
  text-decoration-line: none;
}
img {
  width: 100%;
  height: auto;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-headernav {
  line-height: 1.3;
  font-size: 55px;
  font-style: italic;
  font-weight: bold;
  background: linear-gradient(180deg, #ffffff, #4d4dff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.25px black;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.headernav-links-text {
  text-align: center;
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 17px;
}
.header {
  color: #36c;
  font-size: 19px;
  }

.text-blue19 {
  color: #36c;
  font-weight: bold;
  font-size: 19px;
  }

.text-blue17 {
  color: #36c;
  font-weight: bold;
  font-size: 17px;
  }

.fullbody {
  width: 100%;
  text-align: center;
  margin: auto;
  background-color: #ffffff;
  }
.headernav-table {
  width: 100%;
  border-width: 0px;
  border-collapse: collapse;
  font-size: 13px; 
  text-align: center;
  vertical-align: middle;
  }

.div-table {
  width: 100%;
  border-width: 0px;
  border-collapse: collapse;
  font-size: 13px; 
  text-align: center;
  vertical-align: middle;
  }

.footer-table {
  width: 100%;
  border-width: 0px;
  border-collapse: collapse;
  font-size: 13px; 
  text-align: center;
  vertical-align: middle;
  }

.pad-lr {
  padding-left:  5px;
  padding-right: 5px;
}
* {
  font-size: inherit;
  box-sizing: border-box;
  }