/*
popup.css
*/
BODY{
font-family: Verdana;
font-size : 11px;
background-color: #FFFFCC;
margin-left : 12px;
margin-right : 12px;
text-align: left;
font-weight : //bold;
}
img{
  float: right;
  width: 175px;
  border: 1px black;
}

