
body {
     background-color: #333333;
     color:white;
}
a {
    color: #0060B6;
    text-decoration: underline;
}
.ad {
     color:white;     
}

button {
  background-color: #008CBA;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  border: 2px solid #000000;
}

td {
     font-size:14px;	
}
