/* pop up image styles */

body {
margin: 15px;
background-color: #fff;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #000;
}

div.largeView {
/* put a background picture frame around large image:
  set the div width inline */
padding: 14px 14px 0px 14px;
border: 1px solid black;
}

div.largeView img {
border: 1px solid black;	
}
div.largeView p {
margin-top: 8px;
margin-bottom: 10px;
margin-right:0px;
line-height: 120%;
}
div.largeView p.copyright {
font-size: 11px;
color: #333;
}