body
{
   color: #008000;
   font-size: larger;
   font-family: Times New Roman;
}


span.itemName
{
   font-family: Monotype Corsiva;
   font-weight: bold;
}

span.physicalDescription
{
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: small;
   color: #004000;
}

span.price
{
   font-family: Georgia, Times New Roman, Times, serif;
   font-weight: bold;
   font-size: large;
   color: #004000;
}

div.item
{
   text-align: center;
   margin-top: 1em;
}

td.item
{
   width: 25%;
   vertical-align: bottom;
}

p#noShipping
{
   text-align: center;
   font-weight: bold;
   font-size: x-large;
   color: red;   
}

p#copyright
{
   text-align: center;
   font-weight: bold;
   color: black;   
}

p#links
{
   font-size: small;
}