body
{
   background-image: url('background.jpg');
   color: #00D;
}

a.navigation
{
   color: #00D;
}

p.page_special
{
   text-align: center;
   font-weight: bold;
   font-size: 120%;

}

* html img.itemImage
{ 
   height: expression( this.scrollHeight > 139? "140px" : "auto" ); /* sets max-height for IE */
}

img.itemImage
{ 
   max-height: 140px; /* this sets the max-height value for all standards-compliant browsers */
}

