
body         { 	
				font-family: Arial, Helvetica, sans-serif;
				background-color: #FFE8FA;
				color: #0000FF;
				font-size: 10pt
 }
.copyright   { 
				color: #0000FF; 
				font-size: 8pt; 
				font-family: Arial, Helvetica, sans-serif; 
}
h1           { 
				font-family: Arial, Helvetica, sans-serif; 
				color: #DE7332; 
				font-size: 18pt 
}
h2           { 
				color: #DE7332; 
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 14pt 
}
h3           { 
				color: #DE7332; font-family: Arial, Helvetica, sans-serif; 
				font-size: 12pt; 
				font-weight: bold 
}
.normal		{
				leftmargin: 10;
				color: #0000FF; font-family: Arial, Helvetica, sans-serif; 
				font-size: 10pt; 
				 
}

a:link       { 
				font-size: 8pt; 
				color: #002666; 
				text-decoration: underline 
}
a:visited	{	
				font-size: 8pt;			
				color: #800080; 
} 
a:active 	{	
				font-size: 8pt;			
				color: #FFE8FA;
}
a:hover		{
				font-size: 8pt;
				color: #0000FF;
				font-style: italic;
}