/* :Author: David Goodger :Author: Aleksey Gurtovoy :Copyright: This stylesheet has been placed in the public domain. */ .first { margin-top: 0; } .last { margin-bottom: 0; } /* */ a { text-decoration: none; /* no underline */ } a:hover { text-decoration: underline; } @media screen { a { color: #005a9c; } a:visited { color: #9c5a9c; } .copyright-footer { color: #8F8F8F; } } @media print { a { color: black; } a:visited { color: black; } } a.refentry { text-decoration: none; } a.subsection-title:link, a.subsection-title:active, a.subsection-title:visited, a.subsection-title:hover { color: black; text-decoration: none; } a.identifier:link, a.identifier:active, a.identifier:visited { color: black; text-decoration: none; } a.header:link, a.header:active, a.header:visited { color: black; text-decoration: none; } a.identifier:hover, a.header:hover { color: #0077cc; text-decoration: underline; } a.toc-backref:link, a.toc-backref:active, a.toc-backref:visited, a.toc-backref:hover { text-decoration: none; color: black } a.ref-subsection-title { text-decoration: none; color: black; } div.copyright-footer { text-align: right; font-size: 70%; } div.copyright-footer div.copyright { font-size: 120%; padding-top: 4pt; padding-bottom: 4pt; } /*
*/ blockquote.epigraph { margin: 2em 5em; } /*