/* Structure
-------------------------------------------------------------------------------*/

body { background: white; color: black; font: 12pt "Trebuchet MS", Arial, Helvetica, sans-serif; text-align: left; }
hr { margin-bottom: 1em; }
div.footer, span.type { display: none; }


/* Text Formatting
-------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { padding: 0 0 1em; margin: 0; font-weight: bold; }
h1, h4, h5 { padding-bottom: .3em; }
h2 { padding-bottom: 2em; }
h1, h2 { text-align: center; }
p, ul, ol { padding: 0 0 1em 2em; line-height: 16pt; margin: 0; }
p { padding-left: 0; }


/* Links
-------------------------------------------------------------------------------*/

a:link, a:visited { color: blue; text-decoration: underline; }
a:link:after, a:visited:after { content: " (" attr(href) ")"; }
a[href^="/"]:after { content: " (http://staceycordoni.com" attr(href) ")"; }


/* Acronyms & Abbreviations
-------------------------------------------------------------------------------*/
acronym:after, abbr:after { content: " (" attr(title) ")"; }
