/* Global common settings for all the elements by default
======================================== */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}
abbr {
	border-bottom: dotted 1pt;
	}
code {
	font-family: Consolas, monospace;
	}
b,
strong {
	font-weight: bold;
	}
em,
i,
mark {
	font-style: italic;
	}
sub, sup {
	font-size: .7em;
	}
sub {
	vertical-align: sub;
	}
sup {
	vertical-align: super;
	}
a,
	a:link,
	a:visited {
		color: #000;
		text-decoration: underline;
		}



/* Global classes
======================================== */

.nobr {
	white-space: nowrap;
	}
.digits-group {
	margin-left: .25em;
	}



/* Main content styling rules
======================================== */
.content {
	line-height: 1.5;
	}
	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		margin-top: 1.5em;
		margin-bottom: .5em;
		}
		.content h1:first-child,
		.content h2:first-child,
		.content h3:first-child,
		.content h4:first-child,
		.content h5:first-child,
		.content h6:first-child {
			margin-top: 0;
			}
	.content h1 {
		font-size: 1.75em;
		}
	.content h2 {
		font-size: 1.5em;
		}
	.content h3 {
		font-size: 1.25em;
		}
	.content h4 {
		font-size: 1em;
		}
	.content h5 {
		font-size: .8em;
		}
	.content h6 {
		font-size: .7em;
		}
	.content p {
		margin-bottom: 1em;
		}
	.content ul,
	.content ol {
		margin-left: 1.5em;
		}
	.content ul {
		list-style-type: square;
		}
	.content ol {
		list-style-type: decimal;
		}
		.content li,
		.content li {
			margin-bottom: 1em;
			}
			.content li > ul,
			.content li > ol {
				margin-top: 1em;
				}
	.content pre {
		margin-bottom: 1em;
		white-space: normal;
		}
		.content pre code {
			display: block;
			white-space: pre-wrap;
			}
	.content table {
		margin-bottom: 1em;
		font-size: .8em;
		}
	.content table,
		.content th,
		.content td {
			border: solid 1pt #000;
			}
		.content th,
		.content td {
			padding: .5em 1em;
			vertical-align: top;
			text-align: left;
			}
		.content th {
			font-weight: bold;
			}
	.content figure {
		margin-bottom: 1em;
		}



/* Layout
======================================== */

/* Page header
---------------------------------------- */
.intro {
	padding-bottom: .5em;
	border-bottom: solid 1pt #000;
	font-size: 2em;
	font-weight: bold;
	}
	.intro a,
		.intro a:link,
		.intro a:visited {
			text-decoration: none;
			}

/* Main content area
---------------------------------------- */
.main {
	padding-top: 1.5em;
	padding-bottom: 1em;
	}

/* Page footer
---------------------------------------- */
.copyright {
	padding-top: 1em;
	border-top: solid 1pt #000;
	font-size: .8em;
	}
