body {
  background-color: #8A8ADA;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
}

.content {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

a {
  text-decoration: none;
  color: #1010F1;
}

a:visited{
  color: #772222;
}

a:hover {
  text-decoration: underline;
  color: #A13333;
}

.maintext {
  text-align: center;
  font-size: 14pt;
}

.smalltext {
  text-align: center;
  font-size: 10pt;
}

.largetext {
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
}

.trainimg {
  margin-left: auto;
  margin-right: auto;
  width: 799px;
}

#sponsors {
  margin-left: auto;
  margin-right: auto;
  width: 735px;
  background-color: #E1E1E1;
  border: 1px solid #333333;
  padding: 5px;
  height: 48px;
}

#sponsors img {
  border: 1px dashed #222277;
}

#sponsors img:hover {
  border: 1px solid #772222;
}