      #price{
      color:red;
      font-size:18pt;
      font-style:bold;
      font-style:italic;
      }
      
      #name{
      text-align:center;
      color:green;
      font-style:bold;
      }
      
      #title{
      color:#000080;
      font-family:garamond;
      }
      
      tr{
      text-align:center;
      vertical-align:center;
      }
      
      th{
      text-align:center;
      vertical-align:center;
      }
      
      td{
      text-align:center;
      vertical-align:center;
      }
      
      body{
      background-color:#FFFFFF;
      margin-top:0px;
      text-align:center;
      }
      
      table{
      border:0px;
      }
      
      img{
      border:0px;
      height:290px;
      text-align:center;
      }

      img.autoclav{
      height:190px;
      }
      
      a{
      cursor:hand;
      }