* {
  font-family: helvetica, arial, verdana, sans-serif;
  color: #444444;
}
html, body {
  height: 100%;
  font-size: 10pt;
}

html, body, div,
dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input,
blockquote, hr,
th, td, img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

h1 {
  font-size: x-large;
}
h2 {
  font-size: large;
}
h3 {
  font-size: larger;
}
h4 {
  font-size: medium;
}
h5 {
  font-size: smaller;
}

img {
  border: 0 none;
}

ul {
  list-style: none;
}