
 body {
  background-color: #32B96d;
  font-family:   Papyrus, Garamond, Verdana
}
a:link {color: #1c663c}     /* unvisited link */
a:visited {color: #1c663c}  /* visited link */
a:hover {color: #1c663c}   /* mouse over link */
a:active {color: #1c663c}   /* selected link */

table.events{
  background-color:  #32B96d;
  border: 1px;
  border-color: black;
}

table.address {
    font-family: Tahoma, Arial, sans-serif;
    border:   1px;
    background-color:  #32B96d;

  }

        h1, h2 {
          color: black;  text-align: center;
        }


