@font-face {
  font-family: 'Courier New';
}


body {
  background-color: rgb(21, 9, 90);
  font-family: 'Courier New';
  color: white;
  overflow-x: hidden;
  font-size:14px
  }

tbody div{
    overflow:scroll;
    height:100px;
}

a {
  text-decoration: none;
  color: yellow;
}


table, th, td {
  border: none;
  vertical-align: top;
 }

 p { padding:5px; }

