/* -*- mode: css; coding: utf-8-unix; -*- */
/* Generic CSS to fix default values */
/* and supply some generic class     */

html, body, div, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

.clearboth { clear: both; height: 0; }
.clearleft { clear: left; height: 0; }
.clearright { clear: right; height: 0; }
