@charset "UTF-8";
body {
	font-family: "Lucida Sans", Geneva, Tahoma, Verdana, sans-serif;
	line-height:1.4;
	background:#fefee4;
	color:#333;
	margin:0.6em;
}
#wrapper {
	margin:1em 10%;
	background:#fff;
	padding:0.2em 2%;
}
h1,h2,h3,h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h1 {
	background:#990000;
	padding:0.2em;
	color:#fff;
	letter-spacing:0.05em;
	text-align:center;
	margin-top:0;
	margin-bottom:0.1em;
}
h2 {
	color:#660000;
	font-variant:small-caps;
	letter-spacing:0.2em;
	text-align:center;
	margin:0 0 0.6em;
}
h3,h4 {
	color:#660000;
}
h3 {
	font-size:1.6em;
	letter-spacing:0.05em;
	border-top:1px solid #cdc;
	border-right:4px solid #cdc;
	border-bottom:4px solid #cdc;
	margin:0.6em 0 0.4em;
}
h4 {
	font-size:1.3em;
	border-bottom:1px solid #999;
	margin:1em 0 0.4em;
}
h5 {
	font-size:1.1em;
	margin:1em 0 0.4em;
}
h6 {
	font-size:1em;
	margin:1em 0 0.2em;
}
a:link {
	color:#006633;
}
a:visited {
	color:#004433;
}
p {
	margin:0.6em 0;
	max-width:46em;
}
ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:decimal;}
li {
	margin-top:0.6em;
	margin-bottom:0.6em;
	max-width:48em;
}
.metad {
	margin:0.5em 10%;
	font-size:x-small;
}
.highlight {
	background:#FFFF99;
}
p.textnav {
	text-align:center;
	font-size:small;
	max-width:none;
}
li img {
	border:1px solid #ccc;
}
.prereq {
	border:1px dotted #ccc;
	background:#FFFFCC;
	padding:0.6em 0.8em;
	color:#000;
}
.cmdNames {
	font-weight:bold;
	color:#006699;
}
embed, object {
	border:1px solid #ccc;
}