#linkbar { display: none; }

img { display: none; }

a:after , a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
	}
.textboxright {
	float:right;
	margin:0 5px 30px 5px;
	border: 1px solid black;
	padding:5px;
	width:30%;
	clear:right;
}