* {
	line-height: 1.5em;
	font-size: 11pt;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin: 50px 30px;
}

h1 {
	margin-bottom: 50px;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

p.indent {
	text-indent: 11pt;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0099CC;
	text-decoration: none;
}

pre.command {
	background-color: #404040;
	color: #FFFFFF;
	padding: 10px;
}

div.command {
	background-color: #404040;
	color: #FFFFFF;
	padding: 10px;
}

div.question {
	border: #404040 dotted 1px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 80%;
}

.red {
	color: #FF0000;
}

code {
	padding: 5px;
	color: #DDD;
	background-color: #444;
}

pre {
	font-family: Monaco, Courier, monospace;
	white-space: pre-wrap;
	word-wrap: break-word;
	Zverflow: auto;
}

strong {
	color: #F00;
}
