#Contact {
  clear:both;
}

#DisplayArea {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  padding: 30px 30px 30px 30px;
  background-image: none;
  background-color: white;
  color: black;
}

#DisplayArea h1 {
  font-size: 150%;
  position: relative;
  text-align: center;
}

#DisplayArea h2 {
  font-size: 120%;
  text-align: left;
  position: relative;
}

#DisplayArea p {
  font-size: 100%;
}

#DisplayArea li {
  padding-right: 80px;
}

#info {
  list-style-type: none;
}

#Growth {
  list-style-type: lower-alpha;
}
#Hosting {
  position: relative;
  padding: 5px 10% 0 10%;
}

#HostingCenter {
  clear:both;
}

#HostingCenter h2 {
  text-align: center;
}

#HostingCenter ul {
  margin-left: 25%;
}

#HostingLeft {
  float: left;
}

#HostingRight {
  padding-top: 3px;
}

#HostingRight li {
  padding-left: 5px;
}