/* Fix IE EM bug */
html { font-size: 100.01% }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: none;
outline: 0;
font-weight: normal;
font-style: normal;
font-size: 1.0em;
font-family: inherit;
/*vertical-align: baseline;*/
background: transparent;
}
:link,:visited {
text-decoration: none;
}
/* you will need to define this else where */
:focus {
outline: 0;
}
img { border:0 }
body {
line-height: 140%; 
color: black;
background: white;
font-family: arial, verdana, arial, helvetica, sans;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
/*background-color: #151515;*/
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* Custom Heading Sizes */
h1 { font-size: 1.3em; } 
h2 { font-size: 1.235em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.05em; }
h1,h2,h3,h4,h5,h6 {
line-height: 160%;
margin-top: 0.5em;
font-weight:bold;
}

