div.right_banner {
	margin: 10px; 
/*  font-size: 80% ;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
 */
	position: fixed;
	top: 2em;
	left: auto;
	width: 8.5em;
	right: 5em;
}
/* left side banner */
div.left_banner {
	position: fixed;
	top: 10%;
	left: 2em;
	right: auto;
	bottom: auto;
	clip: auto;
}

div.left_banner a:link { text-decoration: none;}
div.left_banner a:visited { text-decoration: none;}
div.left_banner a:hover { background: black;}
