<?xml version="1.0" ?> 
<?xml-stylesheet type="text/css" href="BestBuy.css"?>
<Store>
  <BestBuy>
  <Computers>
   <Type>
     <Name>HP 7300-A</Name>
     <Price>Around $1,500</Price>
     <Speed>Quite Fast</Speed>
   </Type>
   <Type>
     <Name>Apple G4 Desktop</Name>
     <Price>Under $3,000</Price>
     <Speed>Really Fast</Speed>
   </Type>
   <Type>
     <Name>Dell Inspiron 3500</Name>
     <Price>$2,500</Price>
     <Speed>Pretty Fast for a Laptop</Speed>
   </Type>
   <Type>
     <Name>Sun Solaris Workstation</Name>
     <Price>$15,000</Price>
     <Speed>Fastest of All</Speed>
   </Type>
  <Type>
     <Name>TRS-80</Name>
     <Price>$30.00</Price>
     <Speed>Slow</Speed>
  </Type>
  </Computers>
  </BestBuy>
</Store>