/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 5
   Tutorial Case

   Tables Style Sheet
   Author: 
   Date:   

   Filename:         tables.css
   Supporting Files: 

*/



address			{text-align: center; font: normal small-caps 9pt sans-serif}


body			{text-align: center}

#container              {margin: 0 auto; width: 700}

ol			{font: normal  15px sans-serif; color: 696969}

p			{font: normal  15px sans-serif}

table.toplinks		{font: italic smal-caps bold 16pt Arial}

table.paragraph		{background-color: white}

table.list		{background-color: F5F5F5}

table.schedule		{border: none; background-color: F5F5F5;
			 font-family: Arial, helvetica, sans-serif; font-size: 13pt}

table.schedule th, table.schedule td
			{border: 1px solid gray}


table.general tr, table.general td
			{border: 1px solid gray}			
			