body {
 font-family: Serif;
 color:white;
 font-size:16px;
}

p {
 color: white;
 font-family: Serif;
 font-size:16px;
}

h1 {
  font-family: Serif;
  color: white;
}

h2 {
  font-family: Serif;
  color: white;
}

h3 {
  font-family: Serif;
  color: white;
}

hr {
  border: 0;
  border-top: 2px dashed white;
}


a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

::-moz-selection {
  color: black;
  background: white;
}

::selection {
  color: black;
  background: white;
}