body{
    background-color: #EBF5FB;
    text-color: #000000;
}
a{
  text-decoration: none;
  color: #0000FF;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #551A8B;
}
a:active {
  color: #0000FF;
}
.menu{
  text-align: center;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin: 0em;
  padding: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.content{
  max-width:920px;
  margin: auto;
}
