/* 				MokaCSS v 1.1			*/
/*  	H1: Il titolo dell'articolo				*/
/*    H2: il commento al titolo				*/
/*	H3: il nome di un paragrafo				*/
/*	H4: 								*/
/*	H5								*/
/*	.ADDRESS: il corsivo introduttivo all'articolo	*/
/*	PRE: il codice Java					*/
/*	LI: liste puntate						*/


@media print {

BODY {
 color: #000000;	
 margin-left: 2%;
 margin-top: 0pt;
 font-family: Courier New,TimesNewRoman;
 font-size: 10pt;
}


/*titolo*/
H1 { 
  color: #ffffff;	  
  font: 4pt Times New Roman;
  margin-left: 2%;
  text-align: left;
}


/* descrizione titolo*/
H2 { 
  color: #ffffff;
  font: 20pt Times New Roman;
  margin-left: 2%;
  text-align: left;
}


/* titolo paragrafo*/
H3{   
  
  background: #ffffff;
  bbackground-image: url("comet.jpg");
  background-repeat: no-repeat;
  color: #000000;	
  margin-left: 2%;
  font: 20px Times New Roman;
  font-weight: bold;

}


/* il corpo del testo */
H4{   
  color: #000000;	
  margin-left: 0%;
  font: 12pt Times New Roman;
  margin-top: -12pt;
}



/* Il corsivo di presentazione dell'articolo */
H5{
  color: #000000;	
  font: 12pt Times New Roman;
  text-align: center;
  font-style: italic;

}

/* il codice Java*/
PRE { 
  background: #ffffff;
  color: #000000;
  margin-top: -12pt;
  margin-left: 5%;
  font: 12pt Times New Roman;
  text-align: left;

}

P {
  color: #000000;	
  margin-left: 0%;
  font: 12pt Times New Roman;
  margin-top: -12pt;
}

.address {
  color: #000000;	
  font: 12pt Times New Roman;
  text-align: center;
  font-style: italic;
}



}

/****************************************/
/* Fine Media Print*/



BODY {
 color: #006600;	
 margin-left: 2%;
 margin-top: 0pt;
 font-family: Courier New,TimesNewRoman;
 font-size: 10pt;
}


/*titolo*/
H1 { 
  color: #006600;
  font: 32pt Courier New;
  margin-right: 2%;
  text-align: right;
}


/* descrizione titolo*/
H2 { 
  color: #ffffff;
  font: 14pt Courier New;
  margin-right: 2%;
  text-align: right;
}


/* titolo paragrafo*/
H3{  
  background: #ffffff;
  background-image: url("comet.jpg");
  background-repeat: no-repeat;
  color: #006600;
  margin-left: 2%;
  font: 20px Courier New;
  font-weight: bold;

}

H4{   
  color: #006600;	
  margin-left: 0%;
  font: 10pt Courier New,TimesNewRoman;
}

DT{   
  color: #006600;	
  margin-left: 0%;
  font: 12pt Courier New,TimesNewRoman;
}

DL{   
  color: #006600;	
  margin-left: 0%;
  font: 10pt Courier New,TimesNewRoman;
}



/* Il corsivo di presentazione dell'articolo */
H5{
  bbackground: #eeff1e;
  color: #006600;
  font: 10pt Courier New;
  text-align: center;
  font-style: italic;

}



/* il codice Java*/
PRE { 
  background: #f0f0f0;
  color: #00000;
  margin-top: -12pt;
  margin-left: 5%;
  font: 10pt Courier New;
  text-align: left;

}


LI {
  color: #006600;
  font: 10pt Courier;
  margin-top: 10px;
  text-align: left;
  list-style-image: url("point.jpg");
}



A:link { color: #006600 }

A:visited, A:active { color: #006600 }

.hide {
  display: none;
  color: white;
}

P {
  color: #006600;	
  margin-left: 0%;
  margin-top: 1%;
  font: 10pt Courier New,TimesNewRoman;
}

.address {
  bbackground: #eeff1e;
  margin-top: 1%;
  color: #006600;
  font: 10pt Courier New;
  text-align: center;
  font-style: italic;
}

