.top {
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99FF00;
	font-size: 1.2em;
}
.sidebar {
	background-color: #CCFF99;
	border: thin solid #999999;
	float: right;
	position: absolute;
	top: 3em;
	right: 0em;
	padding: 1em;
	font-size: .9em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.example {
	width: 95%;
	padding-left: 5em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.content {
	margin-right: 26%;
}
.sidebar .sideLink {
	margin-left: 0em;
	padding-left: 1em;
}
.sideHead {
	color: #006600;
	font-size: 0.9em;
}
