body {background-color:#202020}
table {background-color:#000000}
td {font-family:arial;color:#CCCCCC;font-size:3vh}
a {font-family:arial;
   color:#CCCCCC;
   font-size:2.5vh;
   font-weight:bold;
   text-decoration:none;
  }
p {font-family:arial;
   color:#CCCCCC;
   font-size:2.5vh;
   text-align:center;
  }
div {
     overflow-y: auto;
     overflow-x: auto;
     display: table-cell;
     width: 100vw;
     height: 100vh;
     vertical-align: middle;
     text-align: center;   
    }
