a:visited
{
	color: #539200; 
}

#content a[href]:after
{
	font-size: 0.8em;
	color: #666;
	content: " (" attr(href) ")";
	text-transform: none;
}

#content a[href^="/"]:after
{
	content: " (http://www.teachtheweb.com" attr(href) ")";
}

#content li a[href]:only-child:after
{
	white-space: pre;
	content: "\A(" attr(href) ")";
}

#content li a[href^="/"]:only-child:after
{
	content: "\A(http://www.teachtheweb.com" attr(href) ")";
}

#content h2 a[href]:after
{
	content: '';
}

#footer,
.sectionback
{
	display: none;
}

#last #footer
{
	display: block;
}