/* Copyright (C) 2006 InitialSite */

#linkbar { display: none; }

img { display: none; }

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