
body { background-color: #FC9; color: black }

/* a:link, a:visited, a:active, a:hover { text-decoration: none } */

a:link { color: blue }
a:visited { color: purple }
a:active { color: lime }
a:hover { color: #066 }

.babble { margin: 1em 5% }
.babblenarrow { margin: 1em 19% }
.smallcaps { font-variant: small-caps }
.navigilo { text-align: center; font-size: smaller; font-variant: small-caps; margin-top: 1em }
.pagetitle { text-align: center }
.chaptertitle { font-size: larger; text-align: center; margin-top: 2em }
.footnote { font-size: smaller }
/* .superscript { vertical-align: super; font-size: x-small } */
.blankpage { margin-top: 4em; font-size: large; font-weight: bold; font-variant: small-caps; text-align: center }
hr { margin-top: 1em; margin-bottom: 1em }
.topless { margin-top: 0 }
.bottomless { margin-bottom: 0 }


