@media print {
#sidebar { 
	display:		none;
}
}

#sidebar {
	float:			right;
}

.box {
	margin-left:		auto;
	margin-right:		auto;
}

.box + .box {
	margin-top:		1em;
}

#content {
	margin-right: 140px;
}

body {
	color:			black;
	background-color:	white;
        text-align:		justify;
}

h2 {
	padding-left:		1em;
	padding-right:		1em;
	padding-top:		0.1em;
	padding-bottom:		0.1em;
	text-align:		right;
   	color:			white;
	background-color:	#802;
}

p.note:before {
	content:		"Note:";
	padding:		0.1em;
 	margin-right:		0.5em;
	font-weight:		bold;
	color:			yellow;
	background:		black;
}

div.footericons {
	float:			right;
}

div.footericons img {
	border:			0 none;
}

div.center {
	text-align:		center;
}

div.sectionbody {
	margin-right:		10%;
}

li:target {
    background-color: #ff8;
}

p.webring {
	text-align:		center;
	background-color:	#802;
	color:			white;
	font-weight:		bold;
	padding:		3px;
}

p.webring a:link {
	color:			#0066CC;
	background-color:	inherit;
}

p.webring a:visited {
	color:			white;
	background-color:	inherit;
}
