
table, th, td {
  vertical-align: top;
  text-align: center;
  color: white;
}


body {
  background-color: 000000;
}

h1 {
 color: white
}

h3 {
 color: white
}

h5 {
 color: white
}

h7 {
 color: blue;
 font-style: italic;
 font-size:20px
}

p {
  color: white
}

li { 
  color: white;
  list-style: none
}

a {
  color: red;
  text-decoration: none;
  font-size:40px;
}
