/* GO Handouts Stylesheet */

a {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: mediumblue;
	text-decoration: underline;
}
a.margin {
	color: yellow;
	text-decoration: none;
}
a:hover.margin {
	color: lime;
	text-decoration: underline;
}
blockquote.left {
	color: black;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	float: right;
	border-style: none;
	margin: 1em 3em 1.5em 0em;
}
blockquote.right {
	color: black;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	float: right;
	border-style: none;
	margin: 1em 0em 1.5em 3em;
}
body {
	background: dimgray;
	color: white;
}
div {
	color: black;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}
div.main {
	width: 960px;
	margin: 1.5em auto 2em auto;
	padding: 0.7em 1em 0.8em 1em;
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: left;
	border-style: solid;
	border-radius: 1em;
	border-width: 1px;
	border-color: saddlebrown;
}
h1 {
	color: saddlebrown;
	font-size: 2.5em;
}
h2 {
	color: #6b2500;
	font-size: 1.8em;
}
h3 {
	color: sienna;
	font-size: 1.2em;
	padding-top: 1em;
}
h4 {
	color: darkolivegreen;
	font-style: italic;
	font-size: 1em;
	padding-top: 0.85em;
}
h5 {
	text-align: center;
	color: #6b2500;
	font-size: 1.15em;
}
img.left {
	margin: 0.5em 2em 0.5em 0.5em;
	float: left;
	border-style: solid;
	border-color: saddlebrown;
	border-width: 1px;
}
img.right {
	margin: 0.5em 0.5em 0.5em 2em;
	float: right;
	border-style: solid;
	border-color: saddlebrown;
	border-width: 1px;
}
li {
	padding-top: 1em;
}
li.pack {
	padding-top: 0.3em;
}
kbd {
	font-size: 1em;
	font-family: courier new, fixed;
}
p.intro {
	color: darkolivegreen;
	font-size: 1.1em;
	font-weight: bold;
}
p.margin {
	background-color: #6b2500;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.4em;
}
p.small {
	color: black;
	font-size: 0.9em;
}
sub {
	font-size: 0.6em;
}
sup {
	font-size: 0.6em;
}
sup.ref {
	font-size: 0.65em;
	color: saddlebrown;
	font-weight: bold;
	padding-left: 0.2em;
}
table.box {
	width: 80%;
	margin: 0em auto 0em auto;
}
td.box {
	width: 100%;
	border: double;
	border-color: #6b2500;
	border-width: 2px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	background-color: ivory;
}
