/* environment setting */


body {
  margin: 0;
  padding: 0;
  background-color: #DCDCDC;
  text-align: center;
  }

#backup {
  display: none;
  }

a:link, a:hover, a:active, a:visited {
  color: #787575;
  text-decoration: none;
  }