#titlepage p {
        text-align: center;
}

#footer p {
        text-align: center;
}

h1 {
        font-weight: bold;
        font-size: 24pt;
        text-align: center;
}

h1.subtitle {
        font-weight: bold;
        font-size: 18pt;
        text-align: center;
}

h2 {
        font-weight: bold;
        font-size: 14pt;
}

p {
        text-align: justify;
}

p.strong {
	font-weight: bold;
}

p.italic {
	font-style: italic;
}

p.quotation {
        margin-left: 2em;
}

p.author {
        text-align: center;
        font-size: 14pt;
}

p.pagenum {
        text-align: center;
}

p.separator {
	text-align: center;
}
	
