/*  DeHTML to get IE in line with normal browsers  */
/*  Melanie Horace, Intrinsix NY  */



* {
  position:static; /* IE5/Mac likes this, doesn't like ...:relative;. */
/* hide from IE5/Mac */ 
/* \*/ 
  position:relative; /* rumored to help with some IE problems (other than IE5/Mac. */
/* */
  text-align:left; /* IE sometimes decides to center stuff for the heck of it */
  font-size:1em;
}

body {
  margin:0; padding:0;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; }

ul,ol { list-style:none; }

:link,:visited { text-decoration:none; }

a, a:link, a:visited, a:hover, a:focus, a:active { border:none; }
a img,:link img,:visited img { border:none; }

html>body {
  font-size: 13px; /* For everyone except IE ... */
}

body {
  font-family: verdana, arial, sans-serif;
  font-size: 75%; /* assumes a 14-16px default size */
  line-height:137%;
}


p, a, td, tr, body {
 font-size: 1.0em; /* ~12px */
}


u,b,i,span {
margin: 0; padding: 0; border: 0;
}