﻿
 .Header1
        {
            font-size: xx-large;
            font-weight: bold;
            font-style: italic;
            color: #333399;
        }
 .style2
        {
            font-family: Arial;
            font-size: 4;
            font-weight: bold;
            font-style: italic;
            color: #990000;
        } 
 .style3
        {
            font-family: Arial;
            font-size: small;
            font-weight: bold;
            color: #333399;
        } 
 .style4
        {
            font-family: Arial;
            font-size: small;
            font-weight: bold;
            color: Black ;
        } 
  .buttonMenu
      {
         font-family: Arial;  
        background-color:#333399;
        color:White;
        border-style:outset;
        font-weight:bold;
        font-size:larger;
        width:120px;
        text-align:center; 
        cursor:pointer;
        cursor:hand;
        
      } 
 .buttonProduct
      {
        font-family: Arial;  
        background-color:#333399;
        color:White;
        border-style:outset;
        font-weight:bold;
        width:130px;
        text-align:right; 
        height:40px;
        cursor:pointer;
        cursor:hand;
        text-decoration: underline;
      }
      
.thumbnailOut
  {
      height:70px;
      width:70px;
      border:5px outset white;
  }
.thumbnailOver
  {
      height:70px;
      width:70px;
      border:border:5px inset white;
  }
 .section
{
text-decoration: underline;
color: #0066FF;
cursor:pointer;
cursor:hand;
}

