/*Style sheet for the Maji Safi Newsletter. JPM 20th 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: justify;
	        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%;
	         }
.indent		{margin-left: 10em; font-size: 120%;}
img			{float: left; margin: 5px;}
ul			{list-style-type: none; font-size: 120%; }
li			{margin: 0 10px; padding: 0 10px;}
li:first-letter {font-variant: small-caps; font-size: 110%; font-weight: bold; }
li.plain:first-letter {font-variant: normal; font-size: 100%; font-weight: normal; }
p			{font-size: 120%; margin: 0 10px 10px 10px; padding: 0 10px;}
h1,h2,h4	{margin: 0 10px; padding: 0 10px; text-align: center; color: #f33;}
h3			{margin: 0 10px; padding: 0 10px; text-align: left; color: #f33;}
table		{width: 90%; padding: 20px;}

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;}