body {
  background-image: url('../images/lait3.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

footer, header,p {
  border:3px solid grey;
  border-color:DimGray;
  width:500px;
  padding:10px;
  margin:0px;
  background-color:#76951D;
  text-align:center;
  font-family: 'Alegreya', serif;
  font-size: 16px
}

h1 {
  font-family: 'Alegreya', serif;
  font-size: 60px;
  color: #000000;
}

h2 {
  text-align:left;
  width:500px;
  padding:10px;
  margin:0px;
  font-family: 'Alegreya';
  font-size: 16px;
  color: #000000;
}

table{
  font-family: 'Alegreya', serif;
  border:5px black;
}


td {
  border:3px solid grey;
  color: #555555;
  font-family: 'Alegreya', serif;
}
th {
  border:3px solid grey;
  color: #333333;
  font-family: 'Alegreya', serif;
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: DarkSlateGray;
}

/* mouse over link */
a:hover {
    color: orange;
}

/* selected link */
a:active {
    color: yellow;
} 
