/***************
General Settings
***************/
/* set-up the fonts */
body,div,p,blockquote,ol,ul,dl,li,dt,dd,td,th,pre {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

body {
    font-size: 0.85em;
}

/* reset padding and margin for all block-level elements */
html,body,form,div,dl,li,dt,dd,td,th,pre,blockquote,fieldset,img {
    margin:0;
    padding:0;
}

ul,ol {
    margin-top: 0;
    margin-bottom: 0;
}

/* reset the border */
a img,:link img,:visited img, img, fieldset {
    border:none;
}

/* de-italicize address */
address {
    font-style:normal;
}

/* provide feedback on abbreviations and acronyms */
abbr, acronym, .help {
    border-bottom: 1px dotted #333;
    cursor: help;
}

/* TODO: ??? */
legend {
    font-weight: bold;
    margin: 0;
    padding: 5px;
    font-size: larger;
}
