/* Based on Oldstyle core style from the W3C consortium. */
/* Modified by Marco Coppola 20/11/2004 8/1/2005         */

h1, h2, h3, h4, h5, h6, th, dt	{ font-family:	Georgia, 'Minion Web', Palatino, 'Book Antiqua', Utopia, 'Times New Roman', serif; }

p, div, ul, dl, dt, dd, pre, ol, li, blockquote, address	{
	color: black;
	}

a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, 
kbd, li, object, ol, p, q, samp, small, span, strong, sub, sup, 
ul, var, applet, big, center, dir, font, hr, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label, etichetta	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	#999;
	border-style:	none;
	}	
		
body	{	
	color:	black;
	background:	#ffffdd;
	}	
		
em	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	background:	#ffffdd;
	}	
		
strong	{	
	font-style:	italic;
	background:	#ffffdd;
	font-weight:	bold;
	color:	black;
	}	
		
em strong, strong em	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	background:	#ffffdd;
	color:	black;
	}	
		
b	{
	font-weight:	bold;
	}
	
i	{
	font-style:	italic;
	}
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	#FF0;
	color:	red;
	}	
		
.small {
	font-size-adjust: -2;
	color:	blue;
}

etichetta {	
	color: blue;
  	font-size: x-large;
	font-style: italic;
	font-weight: bolder;
	}

del	{	
	text-decoration:	line-through;
	background:	#fc6;
	}	
		
ins	{	
	text-decoration:	none;
	background:	#9F3;
	}	
		
var, cite, dfn, .note	{	
	font-style:	italic;
	}	
		
address	{
	margin-top: 1em;
  	padding-top: 1em;
  	border-top: thick dotted;
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
acronym	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	
		
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	color:	#C00;
	background:	#ffffdd;
	}	
		
hr	{	
	color:	black;
	}	
		
#colophon	{	
	display:	none;
	}	
		
col, colgroup, table, tbody, td, tr	{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	background:	#ffffdd;
	}	
		
a:link	{	
	text-decoration:	none;
	font-weight:	bold; 
	color:	#33F;
	background:	#ffffdd;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#93C;
	background:	#ffffdd;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	black;
	background:	#ccf;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#ffffdd;
	background:	#CCF;
	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#33F;
	background:	#ffffdd;
	}	

/* begin body box */	/* 5 - 'ninths symmetric' */
body	{
	margin-top:	1.58em;
	margin-left:	11%;
	margin-right:	8%;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:		0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	auto;
	}
	/* end body box */
