body {
  background-color: #00e1ff;
  background-image: url("./images/background.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  color: #ff0000;
  font-family: Arial
}

 table, th, td {
  border: 1px solid #ff0000;
}

a {
color: #ff6161;
}

header {
    border-bottom: 3px solid #690606;
}

footer {
    border-top: 3px solid #690606;
}