@charset "utf-8";
/* CSS Document */

body {
    background-color: #edd49c;
}
	div {
   padding-right: 30px;
   padding-left: 80px;
}
p {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


h3 {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
	a:link {
  color: #bf6854;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #6f078c;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #07038c;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #07038c;
  background-color: transparent;
  text-decoration: underline;
}