/**
 * CSS
 *
 * @author Georges-Etienne Legendre
 * @version 2.0
 */

html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: small;
}

h1 { font-size: 145%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; }

.hide { display: none; }

img { border: 0 }
