
body 	
	{
	font-size:		1em;
	font-weight:		normal;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-transform:		none;
	font-family : 		Verdana, Arial, Helvetica, Helv, 				sans-serif;
	font-size-adjust:	.58;
	margin-top:		0;
	color: 			blak; 
	background-color: 	rgb(250, 230, 210);
	line-height:		1.58;
	}



h1 	
	{ 
	text-align: 		center; 
	text-decoration: 	underline;
	color: 			white; 
	background-color: 	#C44971; 
	padding: 		2em; 
	font-weight: 		bold; 
	font-size: 		2em; 
	font-family:  		verdana; 
	}

h2 em strong 
	{
	font-size: 		120%; 
	color: 			#C44971; 
	}

h2.A em 
	{
	font-size: 		130%;
	} 

h3.C 
	{
	margin-top:		2em;
	color: 			#C44971;
	}


p.I
	{
	text-align: 		justify; 
	padding: 		1em; 
	margin-top: 		-2em;
	text-indent: 		2em; 
	}

p.A
	{
	text-align: 		justify;
	margin-left:		1em;
	}

p.A:first-letter 
	{
	font-size: 		200%; 
	font-weight: 		bold;
	float: 			left;
	margin-left: 		1em;
	}

p.B
	{
	text-align: 		justify;
	margin-left: 		1em;
	text-indent: 		2em;
	}

p em
	{
	color: 			#C44971;
	}

pre
	{
	text-align: 		center;
	}

em 
	{
	font-style: 		italic; 
	}

em.V
	{
	text-decoration: 	underline;
	}

p.C 
	{
	color:			white;
	background-color: 	#C44971; 
	text-align: 		left;
	margin: 		1em;
	padding: 		1em;
	}

a:link 
	{
	color: 			blue
	}
a:visited 
	{
	color: 			red
	}
a:hover 
	{
	color: 			yellow
	}
a:active 
	{
	color: 			lime
	}
