img {
float: right; border: 1px solid #999999;
 margin: 13px;
 width: auto;
}
h1,h2,p {
	font:;
	font-style: normal;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	p {
		line-height: 15px;
		margin: 5px;
		}
	
a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
 border-bottom-style: none;
 border: none;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:400px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left: 290px; /* position:the image */
top: 0px;
             }
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
  }
a.screen:hover b {
visibility:visible; /* make the image visible */
height:400px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border: none; /* remove the link border */
}
