@media all {
	body 
	{
		font-family:Arial,Helvetica,Verdana,sans-serif;
		font-size:xx-small;
		color:rgb(255,255,255); 
		background-color:rgb(0,0,0);
		margin-left:1%;
		margin-right:1%;
	}

	h1,h2,h3,h6 
	{
		color:rgb(128,255,128);
		text-decoration:none;
		text-weight:bold;
		page-break-after:avoid;
	}


	h1 
	{ 
		font-size:x-large; 
		margin-top: 50px;
	}

	h2 
	{ 
		font-size:large; 
		margin-top: 50px;
	}

	h3 { font-size:medium; }

	h4 
	{ 
		color:rgb(212,213,228);
		font-size:small; 
		text-weight:none;
	}

	h5 
	{ 
		color:rgb(212,213,228);
		text-decoration:none;
		text-weight:none;
		page-break-after:avoid;
		font-size:x-small; 
	}

	h6 { font-size:xx-small; }

	a:link 		{ color:rgb(255,255,192) }
	a:visited 	{ color:rgb(255,255,192) }
	a:active 	{ color:rgb(255,255,192) }	
	a:hover 		{ color:rgb(255,255,128); font-style:bold }
	
	p {text-align:justify}
	
	table
	{
		font-family:Arial,Helvetica,Verdana,sans-serif;
		font-size:xx-small;
		color:rgb(255,255,255);
	}

	.mark
	{	
		font-size:x-small;
		font-style:normal;
		font-weight:normal;
	}


	.date
	{	
		font-size:x-small;
		font-style:normal;
		font-weight:normal;
		color:rgb(137,133,192); 
	}

	.leaf
	{	
		font-size:xx-small;
		font-style:normal;
		font-weight:normal;
	}
}

                                      