body {
  max-width: 1400px;
  background-repeat: no-repeat;
  font-family: 'Georgia';
  padding: 0px 10px 0px 10px;
}

img:hover {background-color:lightyellow}

a {text-decoration:none; color:blue}
a:visited {color:blue}
a:hover {text-decoration:underline}
.head {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  background-color:lightblue;
  text-align: center;
  z-index:-1;
  max-width: 1024px;
  width:100%;
  min-height: 35px;
  }
.text {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  text-align: center;
  max-width: 1024px;
  width:100%;
  }

