/*
<link rel="stylesheet" href="file:///c:/code/active/nvd/webapp/src/main/webapp/css/default.css" type="text/css">
*/
/***************
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;
}

h1,h2,h3,h4,h5,h6,pre,code {
    font-size:1em;
}

/* reset padding and margin for all block-level elements */
html,body,form,div,ol,ul,dl,li,dt,dd,td,th,h1,h2,h3,h4,h5,h6,pre,p,blockquote,fieldset,img {
    margin:0;
    padding:0;
}

/* reset the border */
a img,:link img,:visited img, img, fieldset {
    border:none;
}

/* de-italicize address */
address {
    font-style:normal;
}

/* give paragraphs a margin */
p {
    margin: 0 0 0.3em 0;
}

/* 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;
}
