body {
  background: url(../images/2Backgrounds/mosaic.jpg);  
  font-color: black;
  font-style: italic;
  text-align: justify;
}

h1 {
  font-size: 48px;
  font-style: italic;
  text-align: center;

}

p {
  font-family: arial;
  font-size: 18px;
}

#texttable {
  background-color: #b4cdcd;
  width: 80%;
  border-style: double;
  border-width: thick;
  border-color: #111111;
}

#texttable2 {
  background-color: white;
  width: 80%;
}