body {
  width: 600px;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #00000;
  font-family: Gorgia, Times New Roman, Times, serif;
  font-size: 62.5%;
  color: #b0b0b0;
}

p {
  font-size: 1.5em;
}

h2 {
  font-size: 2em;
  font-style: italic;
}

a:link {
  color: #505070;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

a:visited {
  color: #505070;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

a:hover {
  color: #505070;
  text-decoration: none;
  border-bottom: 1px dashed #B0B0B0;
}

#title {
  text-align: center;
  font-style: italic;
}

#title h1 {
  line-height: 100%;
  font-size: 6em;
  border-bottom: 1px solid #cccccc;
  padding: 0px;
  margin: 20px 0px 0px 0px;
}

#title p {
  font-size: 2em;
  padding: 0px;
  margin: 10px 0px 10px 0px;
}

