/* Foglio stile per il sito www.getenberg-secrets.com */

/* rimandi e generalità
----------------------------------- */

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #F00;
}
body {
	background: rgb(255,255,255);
	color: black
}
body, td {
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 10pt;
	text-align: justify;
}

/* titoli e suddivisione
----------------------------------- */

h2 {
	color: #005;
	font-size: 20pt;
	font-weight: normal;
	text-align: center;
}
h3 {
	color: #007;
	font-size: 15pt;
	font-weight: normal;
	text-align: center;
}
h4 {
	color: #009;
	font-size: 12pt;
	text-align: left;
}
hr {
	color: #00f;
}
.capo {
	float: left;
	font-size: 50pt;
	font-weight: normal;
	font-family: Times New Roman;
	line-height: 97%;
	margin-left: -7px;
	margin-top: -7px;
	color: #aaa;
}


/* striscioni e varie testo
----------------------------------- */

.banner {
	background-color: #fff;
	color: #f00;
	font-size: 18pt;
	font-weight: bold;
    font-style: normal;
	text-align: center
}

.commento {
	padding-left: 20px; 
	padding-right: 20px;
    font-style: italic;
	font-size: 9pt;
	font-weight: bold;
	color: #779
}
.dida-destra {
	float: inherit;
	text-align: right;
	font-size: 8pt;
   	font-style: italic;
	padding-right: 10px;
	padding-left: 5px;
   	color: #448
}
.dida-sinistra {
	float: inherit;
	text-align: left;
	font-size: 8pt;
   	font-style: italic;
	padding-left: 10px;
	padding-right: 5px;
   	color: #448
}
.dida-centro {
	float: inherit;
	text-align: center;
	font-size: 8pt;
   	font-style: italic;
	padding-left: 5px;
	padding-right: 5px;
   	color: #448
}
.box-sinistra {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-style: italic; 
	font-size: 8pt; 
	color: #448
}
.box-destra {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-style: italic; 
	font-size: 8pt; 
	color: #448
}

/* colori del testo
----------------------------------- */

.colore_commento {
	color: #779;
}
.colore_commento:hover {
	color: #F00;
}
.blu {
	color: #00F;
}
.blu:hover {
	color: #F00;
}
.navy {
	color: #008;
}
.navy:hover {
	color: #F00;
}
.grigio {
	color: #808080;
}
.grigio:hover {
	color: #F00;
}
.bluverde {
	color: #03C;
}
.verde {
	color: #070;
}
.verde:hover {
	color: #F00;
}
.rosso {
	color: #d00;
}
.rossoscuro {
	color: #900;
}

/* dimensione e posizione del testo
----------------------------------- */

.sinistra {
	text-align: left;
}
.punti6 {
	font-size: 6pt;
}
.punti8 {
	font-size: 8pt; 
}
.punti10 {
	font-size: 10pt;
}
.punti11 {
	font-size: 11pt;
}
.punti12 {
	font-size: 12pt;
}
.punti14 {
	font-size: 14pt;
}
.punti16 {
	font-size: 16pt;
}
.punti18 {
	font-size: 18pt;
}
.punti24 {
	font-size: 24pt;
}
.punti36 {
	font-size: 36pt;
}