/* Standard text paragraph. */
p {
	margin-bottom: 20px;
}

/* Annotation (small, less emphasized text paragraph). */
p.annotation {
	font-size: 9pt;
	color: rgb(100,100,100);
	text-align: justify;
}

/* A justified text paragraph. Inherits the standard paragraph properties. */
p.justify {
	text-align: justify;
}

/* A centered text paragraph. */
p.center {
	text-align: center;
}

/* Large title (the main title of a block). */
h1 {
	margin: 0px;
	margin-bottom: 20px;
	color: black;
	font-weight: bolder;
	font-size: 18pt;
	line-height: 22pt;
	text-shadow: rgb(240,240,240) 1px 1px 1px;
}

/* Article titles (medium) */
h2 {
	margin: 0px;
	margin-bottom: 50px;
	margin-top: 20px;
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 14pt;
	line-height: 18pt;
	text-shadow: rgb(240,240,240) 1px 1px 1px;
}

/* Medium title (section's title in a block). */
h3 {
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 36px;
	margin-left
	color: black;
	font-weight: bold;
	font-size: 12pt;
	text-shadow: rgb(240,240,240) 1px 1px 1px;
}

/* Simple, smaller titles */
h4 {
	color: black;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 3px;
	margin-bottom: 6px;
}
