body {
  font: small/122% Tahoma, sans-serif;
  font: x-small;
}
body * {
  line-height: 122%;
}
table {
  font-size: inherit;
  font: x-small;
}
html>body {
  font: 84.5%/122% Tahoma, sans-serif;
}
table, pre, code, select, input, textarea {
  font-size: 100%
}

/* netscape 4 */ /*/*/ /*/ 
th,td,div,ul,ol,dl,big,pre,code,p {
  font: 13px Tahoma, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}
input {
  font: small monospace;
}
b,strong {
  font-weight: bold;
}
/* end netscape 4 */

/* remove spacing */
body,html,div,p,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: larger;
  font-weight: normal;
}

/* defaults */
body {
  background-color: #fff;
  color: #000;
}

/* turn off default 2px table cellpadding, except for mac/ie5 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  padding: 0;
}
