@charset "utf-8";
/* CSS Document */
/* reset browser styles - additions from Christian Montoya and David Sawyer McFarland */
/* reset font-size - including ie/win bug */
html { font-size: 100.01%; }
body, h1, h2, h3, h4, h5, h6, p, pre, code, input, select, textarea { font-size: 1em; font-weight: normal; }

/* reset margin and padding */
html, body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, a, form, blockquote, fieldset { margin: 0; padding: 0; }

/* firefox height bug */
html { height: 100%; }

/* reset decoration */
ol, ul, li { list-style-type: none; }
a { text-decoration: none; border: none; }
table { border-collapse: collapse; border-spacing: 0; } 
fieldset, a img {  border: 0; }
em { font-style: italic; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }
th, td { border: 1px solid #000; padding: 0.5em; }

