* {
  font-family: "Times New Roman", Georgia, Times, serif;
  font-style: italic;
}

body {
  margin    : 0;
  padding   : 0;
  font-size : 62.5%;
  position  : relative;
}

p {
  font-size  : 16px;
  line-height: 18px;
}

div, a {
  margin  : 0;
  padding : 0;
}

p { 1em }

h1 { font-size: 3.0em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2.0em;   }
h4 { font-size: 1.8em; }
h5 { font-size: 1.5em; }
h6 { font-size: 1.1em; }

pre {
  font-family: monospace;
  font-size: 1.5em;
}

/* CLASSES */

.clear {
  clear: both;
}

