
body {
  background-color: black
}

body {
  color: white
}

body {
  scrollbar-base-color: black
}

a:link {
 color: lemonchiffon
}

a:visited {
 color: lemonchiffon
}

a:hover {
 color: orange
}

a:hover { text-decoration:underline; }


a {
  text-decoration: none
}  

p {
  line-height: 1.3em
}

table,  th,  td  {
  border-style: solid;
  border-collapse: collapse;
  padding: 0.3em;
}




