.my-banner {
   min-width: 100%; height: 250px
}

{  background-image:url (images/sampledata/ganzm_1/walden-pondblue1600hole.jpg#joomlaImage://local-images/sampledata/ganzm_1/walden-pondblue1600hole.jpg?width=1600&height=250);   background-repeat: no-repeat;   background-size: cover;  height: auto; }


h1 {
  color: navy;
  margin-left: 20px;
}

h2 {
  color: green;
  margin-left: 20px;
}

table
{
    width: 100%;
  border-color: navy;
  border-width: 2px;
}
tr 
{
  border-bottom: 1px solid navy;
  border-width: 1px;
  background-image: linear-gradient(#99ccff, #4da6ff);
}
td
{
  padding-left: 5px; 
}
th 
{
  border-color: navy;
  border-width: 1px;
}