BODY,HTML {
	BACKGROUND: white;  
}

DIV.colone, DIV.coltwo, DIV.colthree, DIV.footer, DIV.main, DIV.sidebar {
	BACKGROUND: transparent none; 
	FLOAT: none !important; 
	WIDTH: 100% !important; 
	POSITION: relative;
	LEFT: 0;
	TOP: 0;
} 
html>body .colone, html>body .coltwo, html>body .colthree, 
html>body DIV.footer, html>body DIV.main, html>body DIV.sidebar {
  WIDTH: 100% !important;
}

A.link:after, A.visited:after {
	content: " (" attr(href) ") ";
	font-style: italic;
}
