table {
  border-collapse: collapse;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px
}

body{
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
 color: #FFFFFF;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #FBAF17;
}

.button {
  background-color: #FBAF17;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #FBAF17; /* Green */
  color: white;
}

