/*Angelica Kalancha October 31, 2011*/
/*
CSS for the the slicing images assignment
*/

 *{
margin: 0;
padding: 0;
  }


body {
  
  background-color: #239685;
  color: black;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: .8em;
  line-height: 150%;
  
}

p  {
font-size: 1.5em;
color: #45422E;
text-align: center;
padding-top: 1%}

p a:visited {
	color: #5E4509;
}

table
{ 

margin-left: auto;
margin-right: auto;
}

#table1 {

text-align: center;}


h1 { text-align: center;
   color: #42210C;
   font-size: 1.5em;
   font-weight: bold;
   padding:2% 2%;
   }
h4 {color: #42210C;
   font-size: 1em;
   font-weight: normal;
   padding: 2% 2%;}


