body{
  background-color: #ffffff;
  color: #9e9e9e;
  font-family: arial;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.container{
  width: 90%;
  margin: 0 auto;
}

#under-construction{
  margin-top: 5%;
  text-align: center;
}

#under-construction p{
  font-size: 16px;
}

#advertisment{
  float: right;
  margin-top: 10%;
  margin-bottom: 3%;
  font-size: 10px;
}

#highlight{
  color: #6e6e6e;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

a, a:hover, a:visited{
  color: #753494;
  text-decoration: none;
}