
body {
  background-image: url(../images/backgroundimg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  font-family: Verdana, Arial, Sans-Serif;
  color: #A16045
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:#0AF3E9;}



