body.main {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #000000;
  font-family: sans-serif;
  color: #A0A0C0;
}

div.centered {
  position: absolute;
  left: 50%;
  width: 800px;
  margin: 20px 0px 0px -400px;
}

div.header {
  text-align: center;
  font-size: large;
}

div.menu {
  text-align: center;
  background-color: #404040;
  margin: 10px 0px 20px 0px;
  color: #C0C0C0;
}

div.copyright {
  text-align: center;
  font-size: small;
  margin-bottom: 20px;
}

div.content {
  text-align: justify;
  margin-bottom: 20px;
}

a.menu {
  text-decoration: none;
  color: #D0D0F0;
}

a.menu:hover {
  color: #FFFFFF;
}

a.intext {
  text-decoration: none;
  color: #D0F0F0;
}

a.intext:hover {
  color: #FFFFFF;
}

img.flag {
  vertical-align: middle;
  border: none;
}

p.title {
  font-weight: bold;
  margin-top: 30px;
}