body {
    background-color: #FFFFFF;
    background-image: url(https://www.tzev.com/clipart/backgrounds/tile/stripes_gray_black.gif);
    font-family: Arial, "Times New Roman";
    font-style: italic;
    color: rgb(192, 192, 192);
}

a:link {
    text-decoration: none;
    color: rgb(192, 192, 192);
}

a:visited {
    text-decoration: none;
    color: rgb(192, 192, 192);
  }
  
  a:hover {
    text-decoration: none;
    color: rgb(192, 192, 192);
  }
  
  a:active {
    text-decoration: none;
    color: rgb(192, 192, 192);
  }

.vertical-spacing {
    min-width: 15px;
}

.horizontal-spacing {
    min-height: 15px;
}

.main-content {
  margin-top: 10px;
  padding: 15px;
}