
body {
  font: normal 15px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #1e2022;
  text-align: center;
  background: #006699;
}

a {
  text-decoration: none;
  color: #151515;
}
a:hover {
  text-decoration: underline;
  color: #39f;
}