@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/droid-sans/DroidSans.ttf) format("truetype");
}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: bold;
  src: url(/fonts/droid-sans/DroidSans-Bold.ttf) format("truetype");
}

html, body, body  * {
  font-family: 'Droid Sans', Verdana;
}

body {
  font-size: 14px;
}

h1 {
  font-size: 2em;
  line-height: normal;
}

h2 {
  font-size: 1.5em;
  line-height: normal;
}

h3 {
  font-size: 1.2em;
}


