/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p,
a, code, del, em, font, img, ins, small, strike, strong,
b, u, i, center, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
}
#container fieldset { border:0px solid #fff; }
/* changed line-height from 1 to 1.2 | added color and background defaults */
body.bodycss {
line-height:1.2;
color:#666;
background:#eaf3ce;
}
ol, ul {
list-style:none;
}
li {
list-style-position:outside;
}

/* remember to define focus styles! */
:focus {
outline:0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse:collapse;
border-spacing:0;
}