/* This is the review style sheet */

/* Import the common style sheet */
@import url(svppc-common.css);

/* Force content (not navigation) images to have a guaranteed top margin */
.content IMG
{
  margin-top: 1em;
}

/* Force main icons to have no top margin */
IMG.main_icon
{
  margin-top: 0px;
}
