h5 {
  font-size: 100%;
}

body {
  background-color: black;
  margin-left: 100px;
  margin-right: 100px;
}
* {
  color: white;
}
a:link {
  font-weight: bold;
  color: yellow;
  text-decoration: underline;
}
a:visited {
  font-weight: bold;
  color: orange;
  text-decoration: underline;
}
a:focus {
  font-weight: bold;
  color: red;
  text-decoration: underline;
}
a:hover {
  font-weight: bold;
  color: red;
  text-decoration: underline;
}
a:active {
  font-weight: bold;
  color: lime;
  text-decoration: underline;
}
h1 {
  font-size: 300%;
  font-style: italic;
  border-bottom: solid thin black;
  text-align: center;
}
h2 {
  font-size: 200%;
  font-style: italic;
  text-align: center;
}
h3 {
  font-size: 160%;
  font-style: bold;
  text-align: left;
}
h6 {
  font-size: 150%;
  font-style: bold;
}

p,
li {
  font-size: 110%;
  line-height: 130%;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  word-spacing: 0.3em;
}
