a:link {
  color: yellow;
}
a:visited {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: white;
}
a:active {
  color: white;
}
h1 {
  border: 3px solid white;
  color: white;
  font-style: italic;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
body {
  text-align: justify;
  font-weight: normal;
  font-size: 15px;
  font-family: Arial,Helvetica,sans-serif;
  background-image: url(fondmont.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: #011947;
  color: white;
}
p {
  font-style: normal;
  font-weight: bold;
  margin-left: 15px;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: 18px;
  text-align: justify;
  margin-right: 5px;
}
table {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
