@import "http://r6.ca/WorksCited.css";

/* Inspired by <http://www.cg.tuwien.ac.at/~wp/springer/> */

ADDRESS {margin: 1em 0; font: inherit; text-align: center}

BODY { counter-reset: level1; font-size: 10pt; font-weight: normal; font-style:normal; font-family: serif}
H1 { text-align: center; font-size: 14pt; font-weight: bold}
.docAuthor {text-align: center; font-size: 10pt}
H2:before { 
	content:counter(level1) " ";
	counter-increment: level1 }
H2 { font-size: 12pt; font-weight: bold; counter-reset: level2; }
H3:before { 
	content:counter(level1) "." counter(level2) " ";
	counter-increment: level2; }
H3 { font-size: 10pt; font-weight: bold}
H4 { font-size: 10pt; font-weight: bold; display: run-in}
H4:after { content:". " }
H5 { font-size: 10pt; font-style: italic; display: run-in}
H5:after { content:": " }
H2.abstract { display: none  }

P.abstract:before { content:"Abstract. "; font-weight: bold }
P.abstract { margin: 24pt 1cm 24pt 1cm; font-size: 9pt}

.lemma:before { content:"Lemma " counter(lemma) ". "; 
                counter-increment: lemma; 
                font-weight: bold }
.lemma { font-style:italic }

.proof:before { content:"Proof. "; font-weight: bold }
.proof:after { content:"\25A1" }

H1, H2, H3, H4, H5, H6 { clear: both }
P { text-align: justify }
DIV.math { text-align: center }

DIV.WorkCited .Author {font-variant: small-caps}

/*
P {text-indent: 1em}
P.cont {text-indent: 0}
*/

/*
OL, LI {margin-left: 0.5em;
	font: inherit}
DFN, ADDRESS, EM, VAR {font: inherit; font-style: italic}

SUB {vertical-align: -30%; font: inherit; font-size: 70%}
SUP {vertical-align: 40%; font: inherit; font-size: 70%}
*/

@page {
	margin: 1.5in;
	width: 12.2cm;
	height: 19.4cm
}


@media print {
	A {font: inherit}
}
