

body {
    margin: 2% 2%;
    background-color : #FFF9ED;
    color : #000000;
    font-family : Sans Serif, Bitstream Vera Sans, Helvetica, Microsoft Sans Serif;
    font-size : 17px;
    font-style : normal;
  }

#entree {
  width: 500px;
  height: 500px;
  margin-left : auto;
  margin-right: auto;
}

img {
	border: none;
}

a:link, :hover, :visited {
	color: #FFF9ED; 
}