body 	{
	  		font: 90%/1.2  arial, helvetica, sans-serif;
	  		background: white url(../images/bkgnd.gif);
	  		text-align: center;
	  		padding: 0;
	  		margin: 2.0em;
      		}

	#container {
	        	width: 48em;
	        	background: white;
	       		text-align: left;
	        	border: 1px solid  #88cc88;
	        	margin: 0 auto;
	        	color: #363;
            	}

	h1,h2,h3	{font-family: times, serif;
                 font-variant: small-caps;
                 font-weight: bold;
	             color: green;}
	               
	h1  {font-size: 1.8em; text-align: center;}    
	h2  {font-size: 1.6em; text-align: left; margin-left: 20px;}
	h3  {font-size: 1.4em; text-align: left; margin-left: 40px;}

	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;}
	
	div		{margin: 1.5em;
			 text-align: justify;
			 }
	div.box	{background: #eee; margin: 10px; 
			font-style: italic; font-size: 80%;
			}
    sub		{font-size: 70%;
    		}  
	ol		{margin-left: 60px;
			 font-style: italic;
			 }
	ol.netiquette	{margin: 5px;
			 		font-style: normal;}
			 		
	ul#web	{margin-left: 60px;
			 font-weight: bold;
			 list-style-type: none;
			 }
    #group	{border: 1px solid #363; 
    		 background: #cfc;
    		 margin-left:5%;
    		 width: 90%;
    		 padding: 5px;
    		 text-align: left;
    		 }
    #account {border: 1px solid #bef; 
    		 background: #9cf;
    		 margin-left:18%;
    		 width: 60%;
    		 text-align: center;   		  
    		 padding: 1em 0;
    		 color: #000;
    		 font-weight: bold;
    		 }
    #date	{text-align: right; vertical-align: 20%; margin: 2em;
    		 color: #d66; font-style: italic; font-size: 90%;}
    		 
    #update    {font-style: italic; color: #363; text-align: right; margin: 0 2em 0 0;}
    
    #footer     {font-family: times, serif; font-variant: small-caps;
			 font-weight: bold; font-size: 110%;
			 position: relative;
             clear: both;
             background: #8c8;
	         color: #000;
	         padding: 0.1em;
	         margin: 0;
	         text-align: center;
	         }
	         
	a#footer:hover {color: #9933cc; text-decoration: none; background: #ccc;}