body	{	font-family: "Times New Roman", "Times", "serif"; 
			color: #000000;	
			background-color: #FFFFCC;						}

a		{	font-family:		"Arial", "Helvetica", "sans-serif";
			text-decoration:	 none;						}
	a:link		{	color:			#009933;	}
	a:visited	{	color:			#009933;	}
	a:hover		{	color:			#ff0000;	
					text-decoration:	underline;	}
	a:active	{	color:			#ffff00;	}

h1		{	font-family:	"Arial", "Helvetica", "sans-serif";
			color: 		#009933;	
			text-align:	center;	
			font-size: 48px;							}
h2		{	font-family:	"Arial", "Helvetica", "sans-serif";
			color:		#009933;	
			text-align:	left;									
			font-size: 16px;							
		}
h3		{	font-family:	"Arial", "Helvetica", "sans-serif";
			color:		#009933;	
			text-align:	left;								
		}	
h4		{	font-family:	"Arial", "Helvetica", "sans-serif";
			color:		#606060;	
			text-align:	left;								}								
h5		{	font-family:	"Arial", "Helvetica", "sans-serif";
			color:		#606060;		}
h6		{	font-family:	"Arial", "Helvetica", "sans-serif";
			color:		#808080;		
			text-align:	center;								}
p		{	font-family:		"Arial", "Helvetica", "sans-serif";  
			color:			#000000;	
			text-indent:		25pt;
			margin-top:		10px;
			margin-bottom:	10px;
			margin-left:		30px;
			margin-right:	10px;	
			width:			400;
			text-align:		justify;
			font-size: 20px						}
	.red			{	color:		#ff0000;
					font-weight:	bold;			}	
	.ff6600		{	color:	#ff6600;	}
	.006400		{	color:	#006400;	}
	.code		{	font-family:	"Courier New", "Courier", "monospace";
					margin-left:	40px;								}
	.comment	{	font-family:	"Courier New", "Courier", "monospace";
					color:		#0000ff;							}
	.reference	{	text-indent:	-50px;
					margin-left:	100px;	}
	.publication	{	text-indent:	-50px;
					margin-left:	100px;	}
	.author		{	text-decoration:	underline;}
						
ol		{	margin-left:	60px;	}
	
ul		{	type="disc";
			margin-left:	60px;	
			color:	#ff6600;	}
	
	
dl		{	margin-left:	40px;	}
	dt		{	font-weight:	bold;	}
	dd		{	text-indent:	40px;	}
	
	.mlist		{	margin-left:	30px;	}			


table		{	margin-left:	40px;	
				margin-right:	30px;}
									

