body {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #0099FF;
}
div#container {
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}