/*
 * project: biopastabonetti
 * author: Chakrit Bhamornsiri
 * file: style/typeset.css
 * creation date: 04.04.2010
 * last update: 04.04.2010
 */

body {
  color: #000000;
  font-family: verdana, sans-serif;
}

a, a:link, a:visited {
  color: #663300;
  font-family: verdana, sans-serif;
  text-decoration: none;
}

a:hover, a:active {
  color: #660000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  margin: 0px 0px 8px 0px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

a, div, label, li, p, span, th, td {
  font-size: 12px;
}

p {
  margin: 0px 0px 8px 0px;
}

ul {
  margin: 0px 0px 8px 15px;
}

/**
 * EoF
 */