/*Style sheet for the home page of the Maji Safi site. JPM 14th July 2007*/
body 		{
	  		font: 80%/1.2  helvetica, arial,  sans-serif;
	  		background: white;
	  		text-align: center;
	  		padding: 0;
	  		margin: 10px;
      		}
#container {
	        width: 750px;
	        background: white;
	        text-align: left;
	        border: 1px solid  #cc8888;
	        margin: 0 auto;
	        color: #663;
	        bottom: auto;
            }
#header 	{
			font-family: times, serif;
          	text-align: center; color:#333; background: #c88; 
		  	font-weight: bold; font-size:90%;
          	letter-spacing: 0.2em; 
          	font-variant: small-caps; margin: 0; padding: 0.2em;
          	}
          
#footer     {font-family: times, serif; font-variant: small-caps;
			 font-weight: bold;
			 position: relative;
             clear: both;
             background: #c88;
	         color: #333;
	         padding: 2px;
	         text-align: center;
	         font-size:110%;
	         }

ul			{list-style-type: none;}
p			{font-size: 120%; margin: 0 10px 10px 10px; padding: 0 10px;}
h1,h2,h3,h4	{margin: 0.5em 1em; padding: 0.5em 1em; text-align: center;}
h1			{color: purple;}
table		{width: 90%; padding: 20px; font-size: 120%;}

td.cost		{text-align: center;}

a:link    {color: #3333ff; text-decoration: none; z-index:1;}
a:visited {color: #ff3366; text-decoration: none; z-index:1;}
a:hover   {color: #9933cc; text-decoration: none; background: #ccc; z-index:1;}
a:active  {color: #33ff66; text-decoration: none; z-index:1;}
