html, body, div, span, h1, h2, h3, p, blockquote, a, cite, 
img, ol, ul, li, fieldset, legend, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma;
    text-align: left;
    vertical-align: top;
    line-height: 1.15;
 }
 /* remember to define focus styles! */
 :focus {
    outline: 0;
 }
 body {
    line-height: 1;
    color: black;
    background: white;
 }
 ol, ul {
    list-style: none;
 }
 table {
    border-collapse: separate;
    border-spacing: 0;
 }
 button {
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
    color: buttontext;
    /*background-color: buttonface;*/
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    margin: 0;
}