body {
background-image: url("../header.jpg"), url("../footer.jpg");
background-color: #ffffff;
background-repeat: no-repeat, no-repeat;
background-position: center top, bottom;
font-family: Trebuchet MS;
font-size: 22px;
color: #333333;
line-height: 160%;
text-align: justify;
padding: 0;
margin: 0;
}

a:link {
text-decoration: none;
color: #eeeeee;
}

a:visited {
text-decoration: none;
color: #eeeeee;
}

a:hover {
text-decoration: none;
color: #03bcff;
}

a:active {
text-decoration: none;
color: #eeeeee;
}

a.alt:link {
text-decoration: none;
color: #03bcff;
}

a.alt:visited {
text-decoration: none;
color: #03bcff;
}

a.alt:hover {
text-decoration: underline;
color: #03bcff;
}

a.alt:active {
text-decoration: none;
color: #03bcff;
}

h1 {
font-size: 55px;
color: #333333;
font-weight: 600;
text-align: center;
}

h2 {
font-size: 14px;
color: #333333;
font-weight: 600;
text-align: center;
}

h3 {
font-size: 40px;
color: #03bcff;
font-weight: 600;
text-align: center;
}

h4 {
font-size: 14px;
color: #eeeeee;
font-weight: 600;
text-align: center;
}

h5 {
font-size: 34px;
color: #333333;
font-weight: 600;
text-align: center;
}

td {
	vertical-align: top;
}

img#center {
	margin-top: 16px;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #03bcff; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-family: Trebuchet MS;
  font-size: 20px; /* Increase font size */
}

#myBtn:hover {
  background-color: #ff6903; /* Add a dark-grey background on hover */
}

