
body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #314B61;
}

h1 {
  font-size: 30pt;
}

h2 {
  font-size: 18pt;
}

h3 {
  font-size: 14pt;
  margin-top: 20pt;
}

h3.spip {
  text-align: left;
  margin: 1em 0;
}

h4 {
  font-size: 12pt;
  margin-top: 5pt;
  margin-bottom: 0pt;
}

h5 {
  font-size: 12pt;
  font-style: italic;
}

h6 {
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
}


a:link {
  color: #314B61;
  text-decoration: underline;
}

a:visited {
  color: #314B61;
  text-decoration: underline;
}

a:active {
  color: #59809D;
  text-decoration: underline;
}

a:hover {
  color: #59809D;
  text-decoration: underline;
}

hr {
  color: #314B61;
}
