body html {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
}

img {
	border:none;
}

#container {
  width:50%;
  margin:0 auto;
  text-align:center;
  margin-top:200px;
}

a {
  font-family: Tahoma, sans-serif;
  color: black;
  font-weight:bold;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
  color: purple;
}
