body
{
   background-image: url('_themes/my-choice/nabkgnd.jpg');
}

span.colors
{
   font-size: 110%;
   color: blue;
}

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

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


