div,a,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
    margin: 0; 
    padding: 0; 
    font-family: "Times New Roman", "Times", serif;
    font-size: medium;
}

a img,:link img,:visited img { 
    border: none; 
}

a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
}

.accessibility {
    margin: 0;
    padding: 0;
    display: none;
}

/* add scrollbar */
html { height: 100%; margin-bottom: 1px; }