a:link { text-decoration: none; color: #333333; }
a:hover { color: #006400; font: normal; }
a:visited {	text-decoration: underline; color: #006400; font: normal; }

H6 { font-family: Verdana; font-size:  8px; margin-top: 0px; margin-bottom: 0px; font-weight: normal; color: #333333; }
H5 { font-family: Verdana; font-size: 10px; margin-top: 0px; margin-bottom: 0px; font: normal; color: #333333; }
H4 { font-family: Verdana; font-size: 12px; margin-top: 0px; margin-bottom: 0px; font: normal; color: #333333; }
H3 { font-family: Verdana; font-size: 14px; margin-top: 0px; margin-bottom: 0px; font: normal; color: #333333; }
H2 { font-family: Verdana; font-size: 16px; margin-top: 0px; margin-bottom: 0px; font-weight: normal; color: #333333; }
H1 { font-family: Verdana; font-size: 18px; margin-top: 0px; margin-bottom: 0px; font-weight: bold; color: #333333; }
.verde { font: bolder; color: #006400; }
.spaz { letter-spacing: 3px }
.bold {font: bolder;}
.norep { background-repeat: no-repeat; }
/* form */
input.text {
    font: 9px Verdana;
    background: White;
    border: 1px solid #006400;
    padding-right: 2px;
    padding-left: 2px;
    width: 80px;
	 height: 20px;
	 text-align: center;
    }
input.textM {
    font: 9px Verdana;
    background: White;
    border: 1px solid #006400;
    padding-right: 2px;
    padding-left: 2px;
    width: 200px;
	 height: 20px;
	 text-align: center;
    }
input.textL {
    font: 9px Verdana;
    background: White;
    border: 1px solid #006400;
    padding-right: 2px;
    padding-left: 2px;
    width: 300px;
	 height: 20px;
	 text-align: center;
    }
INPUT.pulsante {
	BORDER-RIGHT: #006400 1px solid;
	BORDER-TOP: #006400 1px solid;
	BORDER-LEFT: #006400 1px solid;
	BORDER-BOTTOM: #006400 1px solid;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	MARGIN-TOP: 3px;
	BACKGROUND: #90EE90;
	FONT: bold 10px Verdana;
	COLOR: #006400;
	TEXT-ALIGN: center;
	WIDTH: 70px;
	height: 20px;
}
textarea.area
{ 
    font: 10px Verdana;
    border: 1px solid #006400;
    padding-right: 3px;
    padding-left: 3px;
	 text-align: center;
}
