.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #000;
}

body {
    background: #000000;
}
p {
    font: 14pt Parisian BT, Arial;
    color: #909090;
}
h1 {
    font: 24pt Parisian BT, Arial;
    color: #909090;    
}
a:link {
    color: blue;
    text-decoration: none;
}

a:active {
    color: antiquewhite;
    text-decoration: overline;
}

a:visited {
    color: azure;
    text-decoration: overline;
}

a:hover {
    color: red;
    text-decoration: underline overline;
}
blockquote{
    color:#909090;
    font: 14pt Parisian BT, Arial;"
}
