/*
   New Perspectives on HTML and CSS
   Tutorial 9
   Problem Case
   Week 12
   MJR Blue Tori
   Author: Merilly J. Ruglas 
   Date:   11/20/2013
   TextEditor: Dreamweaver  
  

   Filename:         indextable.css
   Supporting Files: 

*/



/* Styles for the galleries table */

table.home {
	
	clear: both;
	margin: 40px auto;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 70%;
}





/*Table body styles*/

table.home tbody tr {
	
	margin: 0px auto;
	text-align: center;
}





/*Image Styles*/

table.home tbody tr td img  {
	
	opacity: 0.9;
	
}


