body {
   color: rgb(255, 204, 204);
   background-color: rgb(255, 255, 255);
   background-image: url(/img/SPACE2.JPG);
}

a {
   color: #9ff;
   text-decoration: none;
}

table {
   border: thick outset;
   padding: 3px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

td {
   border: thin inset;
   margin: 3px;
   padding: 3px 7px;
}

td a {
  color: purple;
}

#blink {
   font-size: 20px;
   font-weight: bold;
   transition: 250ms;
   text-align: center;
}
