/*
   New Perspectives on HTML and CSS
   Tutorial -
   Case Problem -

   Final Project Ryan's Hardware
   Author: Ryan Friedel
   Date: 03/27/2016 

   Filename: TTable.css
   Supporting files: Rental.htm, DIY.htm, Tools.htm

*/

         /*Table*/
table, th, td 
      {border: solid black 1px;}         
         
table.ToolSpecs 
     {font-size: 16px;
      margin-bottom: 20px;
      margin-left: 20px;
      float: left;
      margin-top: 30px;}

table.ToolSpecs1 
     {font-size: 16px;
      float: center;
      margin-right:-500px;}      

table.ToolSpecs2 
     {font-size: 16px;
      margin-bottom: 20px;
      margin-left: 0px;
      float: right;
      margin-top: 30px;}
      
