

body		{
			margin:			20px 20px 20px 20px;
			font-size:		13px;
			font-weight:	normal;
			font-family:	Georgia, serif;
			color:			#000;
			background:		#FFF;
			}

pre			{font-family:	Courier, monospace;}

strong, b	{font-weight:	bold;}

h1, h2, h3, h4, h5, h6
			{
			font-family:	Arial, Helvetica, sans-serif;
			font-weight:	bold;
			font-style:		normal;
			}

h1			{font-size:	24px;}
h2			{font-size: 20px;}
h3			{font-size: 16px;}
h4			{font-size: 12px;}
h5			{font-size: 10px;}
h6			{font-size:  8px;}


a:link,	a:visited, a:hover, a:active	
			{
			font-weight:		normal;
			text-decoration:	none;
			color:				#000;
			}


#head, #path, #nav, #foot	{
							display:	none;
							}

#content	{
			margin-top:		25px;
			/*	margin-left:	25%;	*/
			padding:		0	1.5em;
			}



