body {
  font-family:     Verdana, Geneva, Arial, sans-serif;
  font-size:       medium;
  text-align:      center;
}

h1 {
  color:           #cc6600;
  border-bottom:   thin dotted #888888;
  font-size:       2;
}

h2 {
  font-size:       1.7em;
}

table {
  margin-left:     auto;
  margin-right:    auto;
  border:          thin solid black;
  caption-side:    bottom;
  border-collapse: collapse;
  font-size:       medium;
}

td, th {
  border:          thin dotted grey;
  padding:         5px;
  texte-align:      center;
}

th {
 background-color: #fcba7a;
}