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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus, a:visited, a:active {
  outline: none;
}
img {
  border: 0;
}html body {
	background-color: #332f2e;
}
