/*<h2>	Global definitions	</h2>
<!--	==================-->

	The default style is black text and <a href="xyz">blue links</a>
	(<a href="">purple</a> after visit) on a white background. 
	<em>Emphasis</em> is red italic.

	The raw style sheet is <a href="task.css?">here</a>.
<Xmp>*/
	BODY		{
			background:	#ffffff;
			color:		#000000;
			}
	BODY, TD	{
			font-family:	Arial, Verdana, Helvetica;
			}
	EM	{	background:	transparent;
			color:		#FF0000;	}

/*</Xmp>


	H1.Titolo	{
			size:		1
			font-family:	Arial, Verdana, Helvetica;
			color:		green;
			}


/*</Xmp>
<h2>	Headers	</h2>
<!--	==================-->
<Xmp>*/

	H1		{
			font-family:	"Copperplate Gothic Bold";
			background:	transparent;
			color:		#ff6633;
			text-align:	center;
			}
	H2, H3, H4, H5	{
			background:	transparent;
			color:		#ff6633;
			margin-top:	2%;
			text-align:	left;
			}

/*</Xmp>

/*</Xmp>
<h2>	Look-up Table	</h2>
<!--	==================-->

	Resource tables, link in left cell and annotation in the right cell.
<p>
	[!	Left column	!|	Right column	|]
<Xmp>*/
	TH.LuT	A	{	color:		#000066;	}
	TH.LuT		{	background:	#cccccc;
				color:		#000000;
				}
	TD.LuT	A	{	color:		#000066;	}
	TD.LuT		{	background:	#ffcc99;
				color:		#000000;
				font-size:	85%;
				}
	TD.LuT2		{	
				background:	#9999cc;
			}
	TH.LuT2		{
				background:	#9999cc;
				
			}
/*</Xmp>
*/

<h2>    My Navigation Bar  </h2>
<!--    ===================-->

	H1.secNavbar { 	color : red;
                     	text-align : center;
	}

      	TABLE.secNavbar {
			backgroundcolor: gray;
	}                                                      

      	H1.Titolo { 	
                  	color : green;
			font-family: Arial, Verdana, Helvetica
	}

	A.secNavbar	{ text-decoration: none; }

