a:link {
  color: #FFFFFF;
  text-decoration: underline;
  background-color: transparent;
}

a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
}

a:active {
  color: #FFFFFF;
  text-decoration: underline;
  background-color: transparent;
}

body {
  background: #000000;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
}

#top {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#content {
  background: #000000;
  width: 650px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

h2,h3 {
  text-align: center;
}

#textintro {
  margin-top: 40px;
  width: 600px;
  font-size: 10pt;
  text-align: center;
}

#text {
  width: 700px;
  text-align: justify;
  font-size: 10pt;
  margin-right: 25px;
  margin-left: 25px;

}

#text2 {
  margin-left: 150px;
  width: 708px;
  font-size: 10pt;
}

#bottom {
  width: 705px;
  margin-left: 360px;
  font-size: 8pt;
  margin-top: 80px;
}


