
body {
  background-color: black
}

body {
  color: white
}

body {
  scrollbar-base-color: black
}

a:link {
 color: yellow
}

a:visited {
 color: yellow
}

a:hover {
 color: orange
}

a:hover { text-decoration:underline; }


a {
  text-decoration: none
}  

p {
  text-indent: 1em
}

p {
  line-height: 1.3em
}





