/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* --- Typography --- */

a, a:hover{
  font-style: italic;
}

a{
  color:#990000;
    text-decoration : none;
}

a:hover{
  text-decoration : underline;
  }

.grid p {
  line-height: 24px;
  font-size: 16px;
  font-family: Georgia, serif;
}

.grid h1 {
  line-height: 48px;
  font-size: 33px;
  font-family: Georgia, serif;
  font-weight: bold;
  color:#990000;
}

.grid h2 {
  line-height: 80px;
  font-size: 16px;
  font-family: Georgia, serif;
  font-weight: bold;
  text-align:center;
}

.grid h3 {
  line-height: 32px;
  font-size: 24px;
  font-family: Georgia, serif;
  font-weight:normal;
}

.grid h4 {
  line-height: 24px;
  font-size: 16px;
  font-family: Georgia, serif;
  background:#ffeeee;
  padding:20px;
}

.grid h5 {
  line-height: 48px;
  font-size: 16px;
  font-family: Georgia, serif;
}

.grid h6 {
  line-height: 48px;
  font-size: 16px;
  font-family: Georgia, serif;
}

/* --- Grid --- */

.grid {
  width: 800px;
  margin: auto;
}

.grid-m1 {
  float: left;
  width: 50px;
  height: 1px;
}

.grid-c1 {
  float: left;
  width: 700px;
}

