/* XML blockout */
/*****************************************************
basics
******************************************************/
body {
margin-left: 10%;
margin-right: 10%
}
p {
margin-top: 0.75em;
text-align: justify;
margin-bottom: 0.75em;
line-height: 1.5
}
/* all headings centered */
h1, h2 {
text-align: center;
clear: both
}
h1, h2 {
margin-top: 5em
}
/* this requires all anchors to be empty. It fixes
a problem in Opera 8, which means that otherwise internal links at the
end of a file don't always work. */
a {
text-decoration: none
}
a:hover {
text-decoration: underline
}
.center {
text-align: center
}
.big {
font-size: 120%
}
.bigger {
font-size: 150%
}
.biggest {
font-size: 170%
}
.gap {
margin-top: 4em
}
/**************************************************************
page numbers
***************************************************************/
.pagebreak {
font-size: x-small;
background-color: inherit;
color: inherit;
text-indent: 0;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-align: right;
letter-spacing: normal
}
span[title].pagebreak:after {
content: "[Pg " attr(title) "] "
}
/* */
/************************************************************
illos
*************************************************************/
.figcenter {
margin: auto;
text-align: center
}