.information {
  width: 624px;
  float: right;
  background-image: url(main_background.jpg);
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.element {
  background-color: #FFFFEE;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
} 

.text {
  font-size: 11pt;
  text-align: left;
}

.boximage {
  float: left;
  margin-right: 8px;
}

.title {
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
}

.update {
  font-size: 7pt;
  text-align: center;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000088;
  text-decoration: none;
}

a:active {
  color: #FF00FF;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
  text-decoration: none;
}

a:focus {
  color: #FF0000;
  text-decoration: none;
}
