body {
  margin: 0;
  background: #020113 url(images/background.jpg) top center no-repeat;
  font-family: arial, helvetica, verdana;
  font-size: 10pt;
}

#content_wrapper {
  position: relative;
  margin: 0 auto;
  left: 1px;
  top: 96px;
  width: 961px;
  background: #FFFFFF;
  text-align: center;
}

#content_text {
  width: 921px;
  padding: 20px;
  text-align: left;
}

#content_text h1 {
  font-size: 14pt;
  color: black;
  font-weight: bold;
}

#content_text h2 {
  font-size: 12pt;
  color: black;
  font-weight: bold;
}

#content_text a, a:link, a:active, a:visited {
    color: #480562;
    font-weight: bold;
    text-decoration: none;
}

#content_text a:hover {
    color: #860699;
    font-weight: bold;
    text-decoration: none;
}

#footer {
  position: relative;
  margin: 0 auto;
  width: 960px;
  background: #FFFFFF;
  text-align: center;
}

.error {
  color: red;
}

.result {
  color: blue;
}

