html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-color: transparent;
  height: 100%;
  font-family: verdana,arial,"sans serif";
  opacity: 1;
  background-image: url(images/water2.jpg);
}
h2 {
  font-weight: bold;
  color: #015198;
  font-style: italic;
}
h3 {
  color: #4773bc;
  text-align: center;
}
h4 {
  color: #008be8;
  padding-right: 12px;
  padding-left: 12px;
}
h5 {
  color: #4773bc;
}
p {
  padding-right: 12px;
  padding-left: 12px;
}
a:link {
  color: #4773bc;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-transform: uppercase;
  color: #3366ff;
  font-weight: bold;
  font-style: italic;
}
a:visited {
  color: #4773bc;
  font-weight: bold;
}
a:active {
  color: #54d7f4;
  font-weight: bold;
}
#contents {
  margin-left: auto;
  background-color: white;
  width: 90%;
  margin-right: auto;
}
#thisbody {
  margin-left: auto;
  background-color: white;
  width: 70%;
  margin-right: auto;
}
.c1 {
  color: #000066;
  font-weight: bolder;
  font-size: smaller;
}
