html, body, form, fieldset, textarea {
  margin:0;
  padding:0;
  font: 90%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, dl, address {
  margin:0;
}
p {
  margin:0.5em 0;
}

ul, ol {
  margin:0.5em 0 0.5em 1em;
}

li, dd, blockquote {
  margin-left:0em;
}

form label {
  cursor:pointer;
}

fieldset {
  border:none;
}

input, select, textarea {
  font-size:100%;
  font-family:inherit;
}