body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #eee;
}

.container {
  width: 90%;
  margin: auto;
  overflow: hidden;
}

h1 {
  font-family: Tahoma;
  text-align: center;
}

li {
  font-size: 0.9em;
  line-height: 1.8;
}

a {
  text-decoration: none;
}

a:hover {
  color: blue;
  font-weight: bold;
}
